0011 |
Container With Most Water |
C |
O(n) |
6ms |
O(1) |
Medium |
Greedy |
0045 |
Jump Game II |
C |
O(n) |
6ms |
O(1) |
Hard |
Greey |
0051 |
N-Queens |
C |
- |
3ms |
O(n*n) |
Hard |
Greey |
0055 |
Jump Game |
Java |
- |
- |
- |
Medium |
Greey |
0134 |
Gas Station |
Java |
- |
- |
- |
Medium |
Greey |
0316 |
Remove Duplicate Letters |
C |
O(n) |
3ms |
O(n) |
Hard |
Greedy Stack |
0321 |
Create Maximum Number |
C |
O(n*k) |
12ms |
O(n) |
Hard |
Greedy Stack |
0402 |
Remove K Digits |
C |
- |
- |
- |
Medium |
Greedy Stack |
0406 |
Queue Reconstruction by Height |
Java |
- |
- |
- |
Medium |
Greedy |
0452 |
Minimum Number of Arrows to Burst Balloons |
Java |
- |
- |
- |
Medium |
Greedy |
0455 |
Assign Cookies |
Java |
- |
- |
- |
Easy |
Greedy |
0502 |
IPO |
Java |
- |
- |
- |
Hard |
Greedy |