Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1dcaa37

Browse files
Update README.md
1 parent 3018813 commit 1dcaa37

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,17 @@
148148
|55|[Jump Game](https://leetcode.com/problems/jump-game/)| [Python [Yu]](./dp/55.py) | _O(N^2)_| _O(1)_ | Medium| TLE with DP/Use Greedy for O(N) Solution|
149149
|45|[Jump Game II](https://leetcode.com/problems/jump-game-ii/#/description)| [Python [Yu]](./dp/55.py) | _O(N^2)_| _O(1)_ | Medium| TLE with DP/Use Greedy for O(N) Solution |
150150
|300|[Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence/#/description)| [Python [Yu]](./dp/300.py) | _O(N^2)_| _O(1)_ | Medium| Use Binary-Search for NlogN Solution|
151+
152+
153+
154+
155+
#### License
156+
157+
MIT
158+
159+
---
160+
161+
> [yuzhoujr.com](https://www.yuzhoujr.com)  · 
162+
> GitHub [@yuzhoujr](https://github.com/yuzhoujr)  · 
163+
> LinkedIn [@yuzhoujr](https://linkedin.com/in/yuzhoujr)
164+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /