YoVDO

Binary Tree Algorithms for Technical Interviews - Full Course

Offered By: freeCodeCamp

Tags

Binary Tree Courses Binary Search Tree (BST) Courses Data Structures Courses

Course Description

Overview

Dive into a comprehensive video course on implementing binary tree algorithms for technical interviews. Master the fundamentals of binary trees, including depth-first and breadth-first traversals, and learn to solve coding challenges involving tree includes, tree sum, minimum value, and maximum root-to-leaf path sum. Gain practical skills through hands-on coding exercises and explanations from experienced instructor Alvin Zablan. Enhance your problem-solving abilities and prepare for technical interviews with this in-depth exploration of binary tree algorithms.

Syllabus

) Course Introduction.
) What is a Binary Tree?.
) Binary Tree Node Class.
) Depth First Values - (https://structy.net/problems/depth-first-values).
) Breadth First Values - (https://structy.net/problems/breadth-first-values).
) Tree Includes - (https://structy.net/problems/tree-includes).
) Tree Sum - (https://structy.net/problems/tree-sum).
) Tree Min Value - (https://structy.net/problems/tree-min-value).
) Max Root to Leaf Path Sum - (https://structy.net/problems/max-root-to-leaf-path-sum).
) Conclusion.


Taught by

freeCodeCamp.org

Related Courses

Data Structures and Algorithms (II)
Tsinghua University via Coursera
Data Structures and Algorithms
Tsinghua University via Coursera
Delete Node Operation in Binary Search Tree - Working + Pseudocode - With Full C++ Code - DSA
Simple Snippets via YouTube
Binary Search Tree - Insertion Operation - Insert New Node Operation
Simple Snippets via YouTube
Binary Search Tree - Implementation with Full Code - Part 1 - Setup
Simple Snippets via YouTube