Skip to content

Commit 39884b7

Browse files
author
Chris Wu
committed
Update README.
1 parent b7dfe9c commit 39884b7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ https://github.com/wuduhren/leetcode-python
1111
For example, `merge-sorted-array.py`'s solution is at `https://leetcode.com/problems/merge-sorted-array/`.
1212

1313

14-
# Leetcode 74 Classic Problem
15-
https://leetcode.com/list/?selectedList=535ukjh5
14+
# Leetcode Problem Lists
15+
* https://leetcode.com/list/?selectedList=535ukjh5 (Only 74 problems)
16+
* https://www.programcreek.com/2013/08/leetcode-problem-classification/
17+
* https://github.com/wisdompeak/LeetCode
18+
* Below [list](https://docs.google.com/spreadsheets/d/1SbpY-04Cz8EWw3A_LBUmDEXKUMO31DBjfeMoA0dlfIA/edit#gid=126913158) is made by **huahua**, I found this on his [youtube](https://www.youtube.com/user/xxfflower/videos). Please visit his [website](https://zxi.mytechroad.com/blog/leetcode-problem-categories/) for more.
1619

17-
# Leetcode Similar Problems
20+
# Similar Problems
1821
I found it makes sense to solve similar problems together, so that we can recognize the problem faster when we encounter a new one. My suggestion is to skip the HARD problems when you first go through these list.
1922

2023
### Two Pointers
@@ -158,8 +161,6 @@ I found it makes sense to solve similar problems together, so that we can recogn
158161
| 901 | [Online Stock Span](https://leetcode.com/problems/online-stock-span "Online Stock Span") | ★★★ | [907](https://leetcode.com/problems/sum-of-subarray-minimums "907") | [1019](https://leetcode.com/problems/next-greater-node-in-linked-list/ "1019") | | | | Monotonic Stack |
159162
| 239 | [Sliding Window Maximum](https://leetcode.com/problems/sliding-window-maximum/ "Sliding Window Maximum") | ★★★ | | | | | | Monotonic Queue |
160163

161-
This [list](https://docs.google.com/spreadsheets/d/1SbpY-04Cz8EWw3A_LBUmDEXKUMO31DBjfeMoA0dlfIA/edit#gid=126913158) is made by **huahua**, I found this on his [youtube](https://www.youtube.com/user/xxfflower/videos). Please visit his [website](https://zxi.mytechroad.com/blog/leetcode-problem-categories/) for more.
162-
163164

164165
# Software Engineer Interview
165166
## Overall Mindset

0 commit comments

Comments
 (0)