File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1398
1398
0975 | [ Odd Even Jump] ( https://leetcode.com/problems/odd-even-jump/ ) | [ C++] ( ./C++/odd-even-jump.cpp ) [ Python] ( ./Python/odd-even-jump.py ) | _ O(nlogn)_ | _ O(n)_ | Hard|| Mono Stack, BST
1399
1399
0980| [ Unique Paths III] ( https://leetcode.com/problems/unique-paths-iii/ ) | [ C++] ( ./C++/unique-paths-iii.cpp ) [ Python] ( ./Python/unique-paths-iii.py ) | _ O((m * n) * 2^(m * n))_ | _ O((m * n) * 2^(m * n))_ | Hard ||
1400
1400
0983| [ Minimum Cost For Tickets] ( https://leetcode.com/problems/minimum-cost-for-tickets/ ) | [ C++] ( ./C++/minimum-cost-for-tickets.cpp ) [ Python] ( ./Python/minimum-cost-for-tickets.py ) | _ O(n)_ | _ O(1)_ | Medium ||
1401
- 1000| [ Minimum Cost to Merge Stones] ( https://leetcode.com/problems/minimum-cost-to-merge-stones/ ) | [ C++] ( ./C++/minimum-cost-to-merge-stones.cpp ) [ Python] ( ./Python/minimum-cost-to-merge-stones.py ) | _ O(n^3 / k)_ | _ O(n^2)_ | Hard || Memoization |
1401
+ 1000| [ Minimum Cost to Merge Stones] ( https://leetcode.com/problems/minimum-cost-to-merge-stones/ ) | [ C++] ( ./C++/minimum-cost-to-merge-stones.cpp ) [ Python] ( ./Python/minimum-cost-to-merge-stones.py ) | _ O(n^3 / k)_ | _ O(n^2)_ | Hard |||
1402
1402
1027| [ Longest Arithmetic Sequence] ( https://leetcode.com/problems/longest-arithmetic-sequence/ ) | [ C++] ( ./C++/longest-arithmetic-sequence.cpp ) [ Python] ( ./Python/longest-arithmetic-sequence.py ) | _ O(n^2)_ | _ O(n^2)_ | Medium |||
1403
1403
1035| [ Uncrossed Lines] ( https://leetcode.com/problems/uncrossed-lines/ ) | [ C++] ( ./C++/uncrossed-lines.cpp ) [ Python] ( ./Python/uncrossed-lines.py ) | _ O(m * n)_ | _ O(min(m, n))_ | Medium |||
1404
1404
1039| [ Minimum Score Triangulation of Polygon] ( https://leetcode.com/problems/minimum-score-triangulation-of-polygon/ ) | [ C++] ( ./C++/minimum-score-triangulation-of-polygon.cpp ) [ Python] ( ./Python/minimum-score-triangulation-of-polygon.py ) | _ O(n^3)_ | _ O(n^2)_ | Medium |||
You can’t perform that action at this time.
0 commit comments