Tree Flashcards
1
Q
- Maximum Depth of a BST
A
2
Q
2.Same Tree
A
3
Q
3.Invert A Binare Tree
A
4
Q
4.BinartTree Max path sum
A
5
Q
- bin Tree level order traversal
A
6
Q
6.Serialize and deserialize a binary tree
A
7
Q
7.Sub Tree of another tree
A
8
Q
8.Construct Bin Tree from inorder and level order traversal
A
9
Q
- Validate BST
A
10
Q
10.Kth Smallest in A BST
A
11
Q
- lowest Common ancestor in a BST
A