Skip to content
Cenk Canarslan edited this page Nov 9, 2021 · 2 revisions
PROBLEM DESCR. SOLUTION DIFFICULTY RELATED TOPICS ADDITIONAL INFO
LeetCode 94. Binary Tree Inorder Traversal 🟠Medium Hash Table, Stack, Tree Problem Set / Algorithms
LeetCode 98. Validate Binary Search Tree 🟠Medium Tree, Depth-first Search Problem Set / Algorithms
LeetCode 101. Symmetric Tree 🟒Easy Tree, Depth-first Search, Breadth-first Search Problem Set / Algorithms
LeetCode 102. Binary Tree Level Order Traversal 🟠Medium Tree, Breadth-first Search Problem Set / Algorithms
LeetCode 104. Maximum Depth of Binary Tree 🟒Easy Tree, Depth-first Search Problem Set / Algorithms
LeetCode 107. Binary Tree Level Order Traversal II 🟒Easy Tree, Breadth-first Search Problem Set / Algorithms
LeetCode 111. Minimum Depth of Binary Tree 🟒Easy Tree, Depth-first Search, Breadth-first Search Problem Set / Algorithms
LeetCode 124. Binary Tree Maximum Path Sum πŸ”΄Hard Dynamic Programming, Tree, Depth-first Search, Binary Tree Problem Set / Algorithms
LeetCode 144. Binary Tree Preorder Traversal 🟠Medium Stack, Tree Problem Set / Algorithms
LeetCode 145. Binary Tree Postorder Traversal πŸ”΄Hard Stack, Tree Problem Set / Algorithms
LeetCode 230. Kth Smallest Element in a BST 🟠Medium Binary Search, Tree Problem Set / Algorithms
LeetCode 501. Find Mode in Binary Search Tree 🟒Easy Tree Problem Set / Algorithms
LeetCode 700. Search in a Binary Search Tree 🟒Easy Tree Problem Set / Algorithms
LeetCode 701. Insert into a Binary Search Tree 🟠Medium Tree Problem Set / Algorithms
LeetCode 938. Range Sum of BST 🟒Easy Tree, Recursion Problem Set / Algorithms
Clone this wiki locally