Skip to content

Commit ce0c903

Browse files
committed
[Add] week-2 contents
1 parent fdf1965 commit ce0c903

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

Diff for: docs/leet-code/week-2/1.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# 0075-sort-colors
6+
#
7+
[**View Problem**](https://leetcode.com/problems/sort-colors)
8+
9+
```python 0075-sort-colors
10+
print("Hello, World!")
11+
```

Diff for: docs/leet-code/week-2/2.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# 0875-koko-eating-bananas
6+
#
7+
[**View Problem**](https://leetcode.com/problems/koko-eating-bananas)
8+
9+
```python 0875-koko-eating-bananas
10+
print("Hello, World!")
11+
```

Diff for: docs/leet-code/week-2/3.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 0239-sliding-window-maximum
6+
#
7+
[**View Problem**](https://leetcode.com/problems/sliding-window-maximum)
8+
9+
```python 0239-sliding-window-maximum
10+
print("Hello, World!")
11+
```

0 commit comments

Comments
 (0)