Solution to Convert Sorted List to Binary Search Tree by LeetCode

5 Jul

Question: https://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/ Question Name: Convert Sorted List to Binary Search Tree

Solution to Convert Sorted Array to Binary Search Tree by LeetCode

5 Jul

Question: https://oj.leetcode.com/problems/convert-sorted-array-to-binary-search-tree/ Question Name: Convert Sorted Array to Binary Search Tree

Solution to Binary Tree Level Order Traversal II by LeetCode

5 Jul

Question: https://oj.leetcode.com/problems/binary-tree-level-order-traversal-ii/ Question Name: Binary Tree Level Order Traversal II Nearly the same as the Binary Tree Level Order Traversal. We only need to reverse the output.

Solution to Construct Binary Tree from Preorder and Inorder Traversal by LeetCode

5 Jul

Question: https://oj.leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/ Question Name: Construct Binary Tree from Preorder and Inorder Traversal

Solution to Construct Binary Tree from Inorder and Postorder Traversal by LeetCode

5 Jul

Question: https://oj.leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/ Question Name: Construct Binary Tree from Inorder and Postorder Traversal

Solution to Maximum Depth of Binary Tree by LeetCode

4 Jul

Question: https://oj.leetcode.com/problems/maximum-depth-of-binary-tree/ Question Name: Maximum Depth of Binary Tree

Solution to Binary Tree Zigzag Level Order Traversal by LeetCode

4 Jul

Question: https://oj.leetcode.com/problems/binary-tree-zigzag-level-order-traversal/ Question Name: Binary Tree Zigzag Level Order Traversal

Solution to Binary Tree Level Order Traversal by LeetCode

4 Jul

Question: https://oj.leetcode.com/problems/binary-tree-level-order-traversal/ Question Name: Binary Tree Level Order Traversal

Solution to Symmetric Tree by LeetCode

3 Jul

Question: https://oj.leetcode.com/problems/symmetric-tree/ Question Name: Symmetric Tree

Solution to Recover Binary Search Tree by LeetCode

3 Jul

Question: https://oj.leetcode.com/problems/recover-binary-search-tree/ Question Name: Recover Binary Search Tree