Skip to content

Commit 588b9f4

Browse files
committed
[Chore] Add Leet-Code
1 parent 967a23e commit 588b9f4

File tree

20 files changed

+155
-1
lines changed

20 files changed

+155
-1
lines changed

docs/leet-code/01/01/1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# 48. Rotate Image
6+
7+
```python novice-high/02/02/2
8+
print("Hello, World!")
9+
```

docs/leet-code/01/01/2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# 54. Spiral Matrix
6+
7+
```python novice-high/02/02/2
8+
print("Hello, World!")
9+
```

docs/leet-code/01/01/3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 56. Merge Intervals
6+
7+
```python novice-high/02/02/2
8+
print("Hello, World!")
9+
```

docs/leet-code/01/01/4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# 238. Product of Array Except Self
6+
7+
```python novice-high/02/02/2
8+
print("Hello, World!")
9+
```
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"position": 100,
3+
"label": "Array & Strings",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

docs/leet-code/01/01/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 100
3+
---
4+
5+
# Array & Strings
6+
7+
<sup>기본 개념 2개, 심화 문제 2개</sup>
8+
9+
Array & Strings의 정의와 그 특징에 대해 배우게 됩니다.

docs/leet-code/01/02/1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# 19. Remove Nth Node From End of List
6+
7+
```python novice-high/02/04/3
8+
print("Hello, World!")
9+
```

docs/leet-code/01/02/2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# 25. Reverse Nodes in k-Group
6+
7+
```python novice-high/02/04/3
8+
print("Hello, World!")
9+
```

docs/leet-code/01/02/3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 141. Linked List Cycle
6+
7+
```python novice-high/02/04/3
8+
print("Hello, World!")
9+
```
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"position": 200,
3+
"label": "Linked Lists",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

0 commit comments

Comments
 (0)