Guohao's Blog
Another me in a foreign land

107. Binary Tree Level Order Traversal II

2020-01-27
LeetCode
No summary

102. Binary Tree Level Order Traversal

2020-01-27
LeetCode
iterative and recursive solution

572. Subtree of Another Tree

2020-01-27
LeetCode
No summary

230. Kth Smallest Element in a BST

2020-01-26
LeetCode
We know that the in-order traversal sequence of a binary search tree is sorted, thus we can use it solve the problem.

112. Path Sum

2020-01-26
LeetCode
No summary

297. Serialize and Deserialize Binary Tree

2020-01-26
LeetCode
recursive and iterative ways to solve this problem

101. Symmetric Tree

2020-01-25
LeetCode
No summary

226. Invert Binary Tree

2020-01-25
LeetCode
Recursive and iterative solution

105. Construct Binary Tree from Preorder and Inorder Traversal

2020-01-25
LeetCode
No summary

704. Binary Search

2020-01-24
LeetCode
A classic binary search example
« 3/9 »

Recent Posts

  • 142. Linked List Cycle II
  • 25. Reverse Nodes in k-Group
  • 238. Product of Array Except Self
  • 42. Trapping Rain Water
  • 438. Find All Anagrams in a String

Categories

  • Algorithm
  • Distributed System
  • LeetCode

Tags

Backtracking (1) Big Data (1) Binary Search (4) Binary Tree (14) Design (5) Dynamic Programming (17) Fast & Slow Pointers (6) Graph (1) Greedy (1) Heap (2) Linked List (14) Math (9) Merge Intervals (4) Problem Set (9) Sliding Window (3) Sort (1) Stack (3) Storage System (1) Top K (1) Two Pointers (11) Union-Find (1)

Social

GitHub
akidezhang@outlook.com
© 2020 Guohao Zhang. Generated with Hugo and Mainroad theme.