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
Flatten binary tree to linked list preorder
You know it
K-th smallest value in BST
You know it, in order traversal
Delete node in a BST
You know it
Delete subtree that sums to 0 and return number of nodes that remain
You know it
Invert binary tree - the mirror of tree
You know it
Binary tree return all paths to leaves
You know it
Collect leaves and remove leaves of binary tree - G
You know it, tree height
Reverse odd levels of binary tree
You know it
Print binary tree in matrix
You know it
Find mode in binary search tree (the most frequently occurred element)
You know it
Sum of distances for all nodes in tree - G
You know it
Find number of coins to place in tree nodes - G
You know it
House Robber III - cannot take directly linked house
You may not know it well
Construct binary tree from string with parentheses - F
You may not know it
Binary Tree Vertical Traversal - sorted by value in the same row
Binary search tree iterator
You know it
Undirected graph valid tree
You know it
Minimum height trees - G, F
You know it
Boundary of binary tree - F
You know it
Merge two binary trees
You know it
Average of levels in binary tree
You know it
Longest univalue path in binary tree - F
You know it
Smallest subtree with all the deepest nodes - F
You know it
All nodes with distance K from a target node (not root) in binary tree
You know it
Add nodes into complete binary tree
You know it
Range sum of binary search tree
You know it
Construct binary search tree from preorder traversal - F
You know it
Recover a tree from preorder traversal with dash - F
You know it
Undirected tree diameter - F
You know it
Balance binary search tree
You know it
Check if a binary tree is balanced
You know it
Closest binary search tree value
You know it
Populate next right pointers in each node - G
You know it
Sum root to leaf numbers - F
You know it
Diameter of N-ary tree - F
You know it
Maximum level sum of binary tree - F
You know it
Binary tree zigzag level traversal - G, F
You know it
Check completeness of binary tree - F
You know it
Minimum time to collect all apples in tree - F
You know it
Binary tree path sum equal to target
You know it