Guohao's Blog
Another me in a foreign land

235. Lowest Common Ancestor of a Binary Search Tree

2020-02-07
LeetCode
Use the definition of BST to solve the problem

236. Lowest Common Ancestor of a Binary Tree

2020-02-07
LeetCode
No summary

7. Reverse Integer

2020-02-06
LeetCode
Reverse an integer, handle integer overflow without using 64-bit data types

9. Palindrome Number

2020-02-06
LeetCode
Determine whether an integer is a palindrome

13. Roman to Integer

2020-02-05
LeetCode
Given a roman number, convert it to an integer

98. Validate Binary Search Tree

2020-01-30
LeetCode
I think this is an article worth to read😉

53. Maximum Subarray

2020-01-29
LeetCode
Solutions in greedy and dynamic programming

150. Evaluate Reverse Polish Notation

2020-01-28
LeetCode
Using stack to evaluate the value of an arithmetic expression in Reverse Polish Notation.

224. Basic Calculator

2020-01-28
LeetCode
Implementation of a basic calculator with addition and subtraction

103. Binary Tree Zigzag Level Order Traversal

2020-01-27
LeetCode
No summary
« 2/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.