Skip to content

Commit bef7ce2

Browse files
Chris WuChris Wu
Chris Wu
authored and
Chris Wu
committed
readme update
1 parent b75535f commit bef7ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ If you like my answer, a star on GitHub means a lot to me.
77
https://github.com/wuduhren/leetcode-python
88

99
# Roadmap
10-
1. 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).
11-
12-
2. I found it make sense to do similar problem together, so that we can recognize the problem faster when we encounter a new one.
10+
I found it make sense to do similar problem together, so that we can recognize the problem faster when we encounter a new one.
1311

1412
### Two Pointers
1513
| Id | Name | Difficulty | Comments |
@@ -139,6 +137,8 @@ https://github.com/wuduhren/leetcode-python
139137
| 307 | [Range Sum Query - Mutable](https://leetcode.com/problems/range-sum-query-mutable "Range Sum Query - Mutable") | ★★★ | | | | | | BIT/Segment Tree |
140138
| 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 | monotonic stack |
141139

140+
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).
141+
142142
# Other Resources
143143
These are the interview resources I personally used and only if it is really helpful I will put it here.
144144

0 commit comments

Comments
 (0)