Skip to content

Commit f0af139

Browse files
committed
feat: basic setup
1 parent c00ec98 commit f0af139

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

Hard/312 Burst Balloons.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 312. Burst Balloons
2+
3+
## Intuition
4+
5+
## Approach
6+
7+
## Complexity
8+
9+
- Time complexity:
10+
- Space complexity:
11+
12+
## Keywords
13+
14+
## Code
15+
16+
```go
17+
18+
```

Hard/887 Super Egg Drop.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 887. Super Egg Drop
2+
3+
## Intuition
4+
5+
## Approach
6+
7+
## Complexity
8+
9+
- Time complexity:
10+
- Space complexity:
11+
12+
## Keywords
13+
14+
## Code
15+
16+
```go
17+
18+
```

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| 210 | Course Schedule II | [go](/Medium/210%20Course%20Schedule%20II.md) | M |
2929
| 236 | Lowest Common Ancestor of a Binary Tree | [go](/Medium/236%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree.md) | M |
3030
| 239 | Sliding Window Maximum | [go](/Hard/239%20Sliding%20Window%20Maximum.md) | H |
31+
| 312 | Burst Balloons | [go](/Hard/312%20Burst%20Balloons.md) | H |
3132
| 322 | Coin Change | [go](/Medium/322%20Coin%20Change.md) | M |
3233
| 416 | Partition Equal Subset Sum | [go](/Medium/416%20Partition%20Equal%20Subset%20Sum.md) | M |
3334
| 435 | Non-overlapping Interval | [go](/Medium/435%20Non-overlapping%20Intervals.md) | M |
@@ -44,6 +45,7 @@
4445
| 855 | Exam Room | [go](/Medium/855%20Exam%20Room.md) | M |
4546
| 875 | Koko Eating Bananas | [go](/Medium/875%20Koko%20Eating%20Bananas.md) | M |
4647
| 881 | Boats to Save People | [go](/Medium/881%20Boats%20to%20Save%20People.md) | M |
48+
| 887 | Super Egg Drop | [go](/Hard/887%20Super%20Egg%20Drop.md) | H |
4749
| 912 | Sort an Array | [go](/Medium/912%20Sort%20an%20Array.md) | M |
4850
| 948 | Bag of Tokens | [go](/Medium/948%20Bag%20Of%20Tokens.md) | M |
4951
| 1395 | Count Number of Trams | [go](/Medium/1395%20Count%20Number%20of%20Teams.md) | M |

0 commit comments

Comments
 (0)