Skip to content

Commit

Permalink
[Add] week-2 contents
Browse files Browse the repository at this point in the history
  • Loading branch information
junnei committed Nov 15, 2024
1 parent fdf1965 commit ce0c903
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/leet-code/week-2/1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 1
---

# 0075-sort-colors
#
[**View Problem**](https://leetcode.com/problems/sort-colors)

```python 0075-sort-colors
print("Hello, World!")
```
11 changes: 11 additions & 0 deletions docs/leet-code/week-2/2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 2
---

# 0875-koko-eating-bananas
#
[**View Problem**](https://leetcode.com/problems/koko-eating-bananas)

```python 0875-koko-eating-bananas
print("Hello, World!")
```
11 changes: 11 additions & 0 deletions docs/leet-code/week-2/3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 3
---

# 0239-sliding-window-maximum
#
[**View Problem**](https://leetcode.com/problems/sliding-window-maximum)

```python 0239-sliding-window-maximum
print("Hello, World!")
```

0 comments on commit ce0c903

Please sign in to comment.