Binary Tree
- 🟩 94. Binary Tree Inorder Traversal [Solution]
- 🟨 98. Validate Binary Search Tree [Solution]
- 🟩 100. Same Tree [Solution]
- 🟩 101. Symmetric Tree [Solution]
- 🟨 102. Binary Tree Level Order Traversal
- 🟨 103. Binary Tree Zigzag Level Order Traversal
- 🟩 104. Maximum Depth of Binary Tree [Solution]
- 🟨 105. Construct Binary Tree from Preorder and Inorder Traversal [Solution]
- 🟨 106. Construct Binary Tree from Inorder and Postorder Traversal
- 🟨 107. Binary Tree Level Order Traversal II
- 🟩 108. Convert Sorted Array to Binary Search Tree [Solution]
- 🟩 110. Balanced Binary Tree [Solution]
- 🟩 112. Path Sum [Solution]
- 🟨 113. Path Sum II
- 🟨 114. Flatten Binary Tree to Linked List
- 🟨 116. Populating Next Right Pointers in Each Node [Solution]
- 🟨 117. Populating Next Right Pointers in Each Node II [Solution]
- 🟥 124. Binary Tree Maximum Path Sum
- 🟨 129. Sum Root to Leaf Numbers [Solution]
- 🟩 144. Binary Tree Preorder Traversal [Solution]
- 🟩 145. Binary Tree Postorder Traversal [Solution]
- 🟨 173. Binary Search Tree Iterator [Solution]
- 🟨 199. Binary Tree Right Side View
- 🟨 222. Count Complete Tree Nodes [Solution]
- 🟩 226. Invert Binary Tree [Solution]
- 🟨 230. Kth Smallest Element in a BST [Solution]
- 🟨 235. Lowest Common Ancestor of a Binary Search Tree [Solution]
- 🟨 236. Lowest Common Ancestor of a Binary Tree [Solution]
- 🟩 257. Binary Tree Paths [Solution]
- 🟨 285. Inorder Successor in BST
- 🟥 297. Serialize and Deserialize Binary Tree
- 🟩 404. Sum of Left Leaves
- 🟨 437. Path Sum III
- 🟨 450. Delete Node in a BST
- 🟩 530. Minimum Absolute Difference in BST [Solution]
- 🟩 543. Diameter of Binary Tree [Solution]
- 🟩 572. Subtree of Another Tree
- 🟩 637. Average of Levels in Binary Tree [Solution]
- 🟨 662. Maximum Width of Binary Tree [Solution]
- 🟩 783. Minimum Distance Between BST Nodes [Solution]
- 🟩 872. Leaf-Similar Trees
- 🟨 889. Construct Binary Tree from Preorder and Postorder Traversal
- 🟨 1008. Construct Binary Search Tree from Preorder Traversal
- 🟨 1038. Binary Search Tree to Greater Sum Tree [Solution]
- 🟨 1110. Delete Nodes And Return Forest [Solution]
- 🟨 1123. Lowest Common Ancestor of Deepest Leaves [Solution]
- 🟨 1361. Validate Binary Tree Nodes
- 🟨 1367. Linked List in Binary Tree [Solution]
- 🟨 1382. Balance a Binary Search Tree [Solution]
- 🟨 1740. Find Distance in a Binary Tree
- 🟨 2096. Step-By-Step Directions From a Binary Tree Node to Another [Solution]
- 🟨 2196. Create Binary Tree From Descriptions [Solution]