Binary tree Flashcards
Binary Tree maximum path sum
You know it.
Height of Binary Tree after Subtree Removal Queries - G
You know it
Number of good leaf nodes pairs
You know it
Diameter of binary tree
You know it
Validate binary search tree
You know it
Serialize and deserialize N-ary tree
You know it
Serialize and deserialize binary tree
You know it
Equal tree partition
You know it
Symmetric tree
You know it
Count nodes equal to average of subtree
You know it
Delete nodes and return forest
You know it
Construct string from binary tree
You know it
Lowest common ancestor
You know it
Lowest common ancestor - when nodes may not may not exist
You know it
Lowest common ancestor - with pointer to parent and nodes as input
You know it
Lowest common ancestor - when N nodes all exist
You know it
Construct binary from preorder and in order traversal
You know it
Find largest value in each tree row
You know it
Binary tree right side view
You know it
Binary tree vertical order traversal
You know it
Binary tree level order traversal
You know it
Binary tree level order traversal - bottom up
You know it
Binary tree preorder
You know it
Binary tree in order
You know it
Binary tree post order
You know it
Convert binary search tree to sorted double linked list
You know it