Guohao's Blog
Another me in a foreign land

3. Longest Substring Without Repeating Characters

2019-12-08
LeetCode
We can solve this problem with dynamic programming or sliding window.

300. Longest Increasing Subsequence

2019-12-08
LeetCode
No summary

674. Longest Continuous Increasing Subsequence

2019-12-08
LeetCode
No summary

63. Unique Paths II

2019-10-22
LeetCode
The one difference between this problem and Unique Path is that we have to handle more of edge cases.

62. Unique Paths

2019-10-21
LeetCode
This is a classic dynamic programming problem.
« 9/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.