| 98 | Validate Binary Search Tree | Medium |
| 99 | Recover Binary Search Tree | Hard |
| 100 | Same Tree | Easy |
| 101 | Symmetric Tree | Easy |
| 104 | Maximum Depth of Binary Tree | Easy |
| 105 | Construct Binary Tree from Preorder and Inorder Traversal | Medium |
| 106 | Construct Binary Tree from Inorder and Postorder Traversal | Medium |
| 108 | Convert Sorted Array to Binary Search Tree | Easy |
| 109 | Convert Sorted List to Binary Search Tree | Medium |
| 110 | Balanced Binary Tree | Easy |
| 111 | Minimum Depth of Binary Tree | Easy |
| 112 | Path Sum | Easy |
| 113 | Path Sum II | Medium |
| 114 | Flatten Binary Tree to Linked List | Medium |
| 116 | Populating Next Right Pointers in Each Node | Medium |
| 117 | Populating Next Right Pointers in Each Node II | Medium |
| 124 | Binary Tree Maximum Path Sum | Hard |
| 129 | Sum Root to Leaf Numbers | Medium |
| 130 | Surrounded Regions | Medium |
| 133 | Clone Graph | Medium |
| 199 | Binary Tree Right Side View | Medium |
| 200 | Number of Islands | Medium |
| 207 | Course Schedule | Medium |
| 210 | Course Schedule II | Medium |
| 230 | Kth Smallest Element in a BST | Medium |
| 310 | Minimum Height Trees | Medium |
| 332 | Reconstruct Itinerary | Hard |
| 341 | Flatten Nested List Iterator | Medium |
| 501 | Find Mode in Binary Search Tree | Easy |
| 513 | Find Bottom Left Tree Value | Medium |