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 214aa6c

Browse files
committed
Merge branch 'master' of https://github.com/yuzhoujr/LeetCode
2 parents 434913c + 1dcaa37 commit 214aa6c

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 によって変換されたページ (->オリジナル) /