Binary Trees
Types of techniques:
Depth First Search
Height of the tree
Maximum Width/ Diamater of tree
Handling binary tree problems with imaginary node by indexing
Counting Nodes
Lowest Common Ancestor (LCA)
Path Sum
Children Sum Property
Breadth First Search
BFS with parent node
Nodes at Distance K
Time taken to infect
Vertical Order Traversal
Symmetrics / Mirror Like Binary Trees
Constructing Unique Binary Tree
NOTE: Cannot construct BT based on only preorder and postorder
Bookmarks
Last updated
Was this helpful?