Skip to content

Latest commit

 

History

History
60 lines (60 loc) · 3.97 KB

Tree.md

File metadata and controls

60 lines (60 loc) · 3.97 KB

Tree

No. Title Mark
94 Binary Tree Inorder Traversal
95 Unique Binary Search Trees II
98 Validate Binary Search Tree
99 Recover Binary Search Tree
100 Same Tree
101 Symmetric Tree
102 Binary Tree Level Order Traversal
103 Binary Tree Zigzag Level Order Traversal
104 Maximum Depth of Binary Tree
105 Construct Binary Tree from Preorder and Inorder Traversal
106 Construct Binary Tree from Inorder and Postorder Traversal
107 Binary Tree Level Order Traversal II
108 Convert Sorted Array to Binary Search Tree
109 Convert Sorted List to Binary Search Tree
110 Balanced Binary Tree
111 Minimum Depth of Binary Tree
112 Path Sum
113 Path Sum II
114 Flatten Binary Tree to Linked List
116 Populating Next Right Pointers in Each Node
117 Populating Next Right Pointers in Each Node II
124 Binary Tree Maximum Path Sum
129 Sum Root to Leaf Numbers
144 Binary Tree Preorder Traversal
145 Binary Tree Postorder Traversal
173 Binary Search Tree Iterator
199 Binary Tree Right Side View
222 Count Complete Tree Nodes
226 Invert Binary Tree
235 Lowest Common Ancestor of a Binary Search Tree
236 Lowest Common Ancestor of a Binary Tree
257 Binary Tree Paths
285 Inorder Successor in BST
297 Serialize and Deserialize Binary Tree
337 House Robber III
404 Sum of Left Leaves
437 Path Sum III
449 Serialize and Deserialize BST
450 Delete Node in a BST
501 Find Mode in Binary Search Tree
510 Inorder Successor in BST II
538 Convert BST to Greater Tree
543 Diameter of Binary Tree
545 Boundary of Binary Tree
572 Subtree of Another Tree
617 Merge Two Binary Trees
652 Find Duplicate Subtrees
671 Second Minimum Node In a Binary Tree
426 Convert Binary Search Tree to Sorted Doubly Linked List
701 Insert into a Binary Search Tree
703 Kth Largest Element in a Stream
863 Sum of Distances in Tree
889 Construct Binary Tree from Preorder and Postorder Traversal
1008 Construct Binary Search Tree from Preorder Traversal
1028 Recover a Tree From Preorder Traversal
1038 Binary Search Tree to Greater Sum Tree
1372 Longest ZigZag Path in a Binary Tree