|
148 | 148 | |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|
|
149 | 149 | |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 |
|
150 | 150 | |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