| 637 | Average of Levels in Binary Tree | Easy |
| 652 | Find Duplicate Subtrees | Medium |
| 653 | Two Sum IV - Input is a BST | Easy |
| 654 | Maximum Binary Tree | Medium |
| 655 | Print Binary Tree | Medium |
| 662 | Maximum Width of Binary Tree | Medium |
| 669 | Trim a Binary Search Tree | Easy |
| 671 | Second Minimum Node In a Binary Tree | Easy |
| 687 | Longest Univalue Path | Medium |
| 700 | Search in a Binary Search Tree | Easy |
| 701 | Insert into a Binary Search Tree | Medium |
| 703 | Kth Largest Element in a Stream | Easy |
| 783 | Minimum Distance Between BST Nodes | Easy |
| 814 | Binary Tree Pruning | Medium |
| 834 | Sum of Distances in Tree | Hard |
| 863 | All Nodes Distance K in Binary Tree | Medium |
| 865 | Smallest Subtree with all the Deepest Nodes | Medium |
| 872 | Leaf-Similar Trees | Easy |
| 889 | Construct Binary Tree from Preorder and Postorder Traversal | Medium |
| 894 | All Possible Full Binary Trees | Medium |
| 897 | Increasing Order Search Tree | Easy |
| 919 | Complete Binary Tree Inserter | Medium |
| 938 | Range Sum of BST | Easy |
| 951 | Flip Equivalent Binary Trees | Medium |
| 958 | Check Completeness of a Binary Tree | Medium |
| 965 | Univalued Binary Tree | Easy |
| 968 | Binary Tree Cameras | Hard |
| 971 | Flip Binary Tree To Match Preorder Traversal | Medium |
| 979 | Distribute Coins in Binary Tree | Medium |
| 987 | Vertical Order Traversal of a Binary Tree | Hard |