Comprehensive Tree Traversal and Binary Search Tree Mastery Collection
This problem set provides a comprehensive approach to mastering tree traversal techniques and binary search tree operations, focusing on fundamental and advanced topics. The collection covers essential tree traversal algorithms such as preorder, inorder, and postorder traversal, and extends into more complex topics like finding the lowest common ancestor (LCA), path sum problems, and binary tree properties like diameter and tilt. Additionally, it delves into the specific operations and properties of binary search trees (BST), including validation, search, deletion, and closest value retrieval.
0/28
expand
Basic Tree Traversal Techniques
IDTitleStatusTypeDifficultyPassing RateFrequency
127
Binary Tree Preorder Traversal
Not StartedEasy88.9%
121
Binary Tree Inorder Traversal
Not StartedEasy81.8%
126
Binary Tree Postorder Traversal
Not StartedEasy100%
122
Binary Tree Level Order Traversal
Not StartedMedium90%
145
Boundary of Binary Tree
Not StartedMedium66.7%
123
Binary Tree Level Order Traversal II
Not StartedMedium83.3%
1453
N-ary Tree Level Order Traversal
Not StartedMedium100%
133
Binary Tree Zigzag Level Order Traversal
Not StartedMedium88.9%
444
Subtree of Another Tree
Not StartedEasy100%
411
Cousins in Binary Tree
Not StartedEasy41.7%