TongTong Shi's Blog
A Playground to Share My Knowledge
Complete Binary Tree Inserter Complete Binary Tree Inserter
LeetCode Q 919 - Complete Binary Tree InserterA complete binary tree is a binary tree in which every level, except possi
2019-07-16 Tong Shi
Range Sum of BST Range Sum of BST
LeetCode Q 938 - Range Sum of BSTGiven the root node of a binary search tree, return the sum of values of all nodes with
2019-07-16 Tong Shi
Lowest Common Ancestor of Deepest Leaves Lowest Common Ancestor of Deepest Leaves
LeetCode Q 1123 - Lowest Common Ancestor of Deepest LeavesGiven a rooted binary tree, return the lowest common ancestor
2019-07-16 Tong Shi
Lowest Common Ancestor of a Binary Tree Lowest Common Ancestor of a Binary Tree
LeetCode Q 236 - Lowest Common Ancestor of a Binary TreeGiven a binary tree, find the lowest common ancestor (LCA) of tw
2019-07-16 Tong Shi
Flip Equivalent Binary Trees Flip Equivalent Binary Trees
LeetCode Q 951 - Flip Equivalent Binary TreesFor a binary tree T, we can define a flip operation as follows: choose any
2019-07-16 Tong Shi
Check Completeness of a Binary Tree Check Completeness of a Binary Tree
LeetCode Q 958 - Check Completeness of a Binary TreeGiven a binary tree, determine if it is a complete binary tree.Defin
2019-07-16 Tong Shi
10 / 79