| 0094 | Binary Tree Inorder Traversal | Go | Easy | O(n) | O(1) | | 69.1% |
| 0095 | Unique Binary Search Trees II | Go | Medium | | | | 47.6% |
| 0096 | Unique Binary Search Trees | Go | Medium | O(n^2) | O(n) | | 57.3% |
| 0098 | Validate Binary Search Tree | Go | Medium | O(n) | O(1) | | 29.8% |
| 0099 | Recover Binary Search Tree | Go | Medium | O(n) | O(1) | | 45.0% |
| 0100 | Same Tree | Go | Easy | O(n) | O(1) | | 54.9% |
| 0101 | Symmetric Tree | Go | Easy | O(n) | O(1) | | 50.4% |
| 0102 | Binary Tree Level Order Traversal | Go | Medium | O(n) | O(1) | | 59.4% |
| 0103 | Binary Tree Zigzag Level Order Traversal | Go | Medium | O(n) | O(n) | | 52.3% |
| 0104 | Maximum Depth of Binary Tree | Go | Easy | O(n) | O(1) | | 70.3% |
| 0105 | Construct Binary Tree from Preorder and Inorder Traversal | Go | Medium | | | | 55.7% |
| 0106 | Construct Binary Tree from Inorder and Postorder Traversal | Go | Medium | | | | 53.7% |
| 0107 | Binary Tree Level Order Traversal II | Go | Medium | O(n) | O(1) | | 57.4% |
| 0108 | Convert Sorted Array to Binary Search Tree | Go | Easy | O(n) | O(1) | | 64.4% |
| 0109 | Convert Sorted List to Binary Search Tree | Go | Medium | | | | 54.1% |
| 0110 | Balanced Binary Tree | Go | Easy | O(n) | O(1) | | 45.9% |
| 0111 | Minimum Depth of Binary Tree | Go | Easy | O(n) | O(1) | | 41.4% |
| 0112 | Path Sum | Go | Easy | O(n) | O(1) | | 44.3% |
| 0113 | Path Sum II | Go | Medium | O(n) | O(1) | | 52.6% |
| 0114 | Flatten Binary Tree to Linked List | Go | Medium | O(n) | O(1) | | 56.0% |
| 0116 | Populating Next Right Pointers in Each Node | Go | Medium | | | | 53.5% |
| 0124 | Binary Tree Maximum Path Sum | Go | Hard | O(n) | O(1) | | 36.9% |
| 0129 | Sum Root to Leaf Numbers | Go | Medium | O(n) | O(1) | | 55.1% |
| 0144 | Binary Tree Preorder Traversal | Go | Easy | O(n) | O(1) | | 60.5% |
| 0145 | Binary Tree Postorder Traversal | Go | Easy | O(n) | O(1) | | 61.6% |
| 0173 | Binary Search Tree Iterator | Go | Medium | O(n) | O(1) | | 63.6% |
| 0199 | Binary Tree Right Side View | Go | Medium | O(n) | O(1) | | 58.4% |
| 0222 | Count Complete Tree Nodes | Go | Medium | O(n) | O(1) | | 53.6% |
| 0226 | Invert Binary Tree | Go | Easy | O(n) | O(1) | | 70.1% |
| 0230 | Kth Smallest Element in a BST | Go | Medium | O(n) | O(1) | | 65.3% |
| 0235 | Lowest Common Ancestor of a Binary Search Tree | Go | Easy | O(n) | O(1) | | 55.2% |
| 0236 | Lowest Common Ancestor of a Binary Tree | Go | Medium | O(n) | O(1) | | 53.1% |
| 0257 | Binary Tree Paths | Go | Easy | O(n) | O(1) | | 56.8% |
| 0297 | Serialize and Deserialize Binary Tree | Go | Hard | | | | 52.4% |
| 0331 | Verify Preorder Serialization of a Binary Tree | Go | Medium | | | | 43.4% |
| 0337 | House Robber III | Go | Medium | | | | 52.5% |
| 0341 | Flatten Nested List Iterator | Go | Medium | | | | 57.6% |
| 0404 | Sum of Left Leaves | Go | Easy | O(n) | O(1) | | 54.3% |
| 0429 | N-ary Tree Level Order Traversal | Go | Medium | | | | 68.2% |
| 0437 | Path Sum III | Go | Medium | O(n) | O(1) | | 49.7% |
| 0508 | Most Frequent Subtree Sum | Go | Medium | | | | 61.5% |
| 0513 | Find Bottom Left Tree Value | Go | Medium | | | | 64.2% |
| 0515 | Find Largest Value in Each Tree Row | Go | Medium | O(n) | O(n) | | 63.8% |
| 0530 | Minimum Absolute Difference in BST | Go | Easy | | | | 55.8% |
| 0538 | Convert BST to Greater Tree | Go | Medium | | | | 61.8% |
| 0543 | Diameter of Binary Tree | Go | Easy | | | | 52.6% |
| 0559 | Maximum Depth of N-ary Tree | Go | Easy | | | | 70.4% |
| 0563 | Binary Tree Tilt | Go | Easy | | | | 55.0% |
| 0572 | Subtree of Another Tree | Go | Easy | | | | 44.9% |
| 0589 | N-ary Tree Preorder Traversal | Go | Easy | | | | 75.3% |
| 0617 | Merge Two Binary Trees | Go | Easy | | | | 77.0% |
| 0623 | Add One Row to Tree | Go | Medium | | | | 53.5% |
| 0637 | Average of Levels in Binary Tree | Go | Easy | O(n) | O(n) | | 67.6% |
| 0653 | Two Sum IV - Input is a BST | Go | Easy | | | | 58.1% |
| 0662 | Maximum Width of Binary Tree | Go | Medium | | | | 39.7% |
| 0669 | Trim a Binary Search Tree | Go | Medium | | | | 64.4% |
| 0700 | Search in a Binary Search Tree | Go | Easy | | | | 74.4% |
| 0703 | Kth Largest Element in a Stream | Go | Easy | | | | 52.1% |
| 0783 | Minimum Distance Between BST Nodes | Go | Easy | | | | 55.4% |
| 0834 | Sum of Distances in Tree | Go | Hard | | | | 52.4% |
| 0863 | All Nodes Distance K in Binary Tree | Go | Medium | | | | 60.0% |
| 0872 | Leaf-Similar Trees | Go | Easy | | | | 64.7% |
| 0897 | Increasing Order Search Tree | Go | Easy | | | | 75.6% |
| 0938 | Range Sum of BST | Go | Easy | | | | 84.1% |
| 0958 | Check Completeness of a Binary Tree | Go | Medium | | | | 53.0% |
| 0968 | Binary Tree Cameras | Go | Hard | | | | 41.2% |
| 0971 | Flip Binary Tree To Match Preorder Traversal | Go | Medium | | | | 49.9% |
| 0979 | Distribute Coins in Binary Tree | Go | Medium | | | | 70.8% |
| 0987 | Vertical Order Traversal of a Binary Tree | Go | Hard | | | | 40.1% |
| 0993 | Cousins in Binary Tree | Go | Easy | O(n) | O(1) | | 53.6% |
| 1026 | Maximum Difference Between Node and Ancestor | Go | Medium | | | | 70.8% |
| 1028 | Recover a Tree From Preorder Traversal | Go | Hard | | | | 71.9% |
| 1038 | Binary Search Tree to Greater Sum Tree | Go | Medium | | | | 84.0% |
| 1104 | Path In Zigzag Labelled Binary Tree | Go | Medium | | | | 74.0% |
| 1110 | Delete Nodes And Return Forest | Go | Medium | | | | 68.8% |
| 1123 | Lowest Common Ancestor of Deepest Leaves | Go | Medium | | | | 69.2% |
| 1145 | Binary Tree Coloring Game | Go | Medium | | | | 51.1% |
| 1302 | Deepest Leaves Sum | Go | Medium | | | | 85.6% |
| 1305 | All Elements in Two Binary Search Trees | Go | Medium | | | | 78.6% |
| 1600 | Throne Inheritance | Go | Medium | | | | 62.3% |
| ———— | ——————————————————- | ——- | —————- | ————— | ————- | ————- | ————- |