Skip to content

Commit c640069

Browse files
committed
[Chore] Add week-1 components
1 parent 588b9f4 commit c640069

File tree

18 files changed

+10
-10
lines changed

18 files changed

+10
-10
lines changed

docs/leet-code/01/01/1.md renamed to docs/leet-code/week-1/01-array-strings/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 1
44

55
# 48. Rotate Image
66

7-
```python novice-high/02/02/2
7+
```python leet-code/week-1/01-array-strings/1
88
print("Hello, World!")
99
```

docs/leet-code/01/01/2.md renamed to docs/leet-code/week-1/01-array-strings/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 2
44

55
# 54. Spiral Matrix
66

7-
```python novice-high/02/02/2
7+
```python leet-code/week-1/01-array-strings/2
88
print("Hello, World!")
99
```

docs/leet-code/01/01/3.md renamed to docs/leet-code/week-1/01-array-strings/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 3
44

55
# 56. Merge Intervals
66

7-
```python novice-high/02/02/2
7+
```python leet-code/week-1/01-array-strings/3
88
print("Hello, World!")
99
```

docs/leet-code/01/01/4.md renamed to docs/leet-code/week-1/01-array-strings/4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 4
44

55
# 238. Product of Array Except Self
66

7-
```python novice-high/02/02/2
7+
```python leet-code/week-1/01-array-strings/4
88
print("Hello, World!")
99
```
File renamed without changes.

docs/leet-code/01/02/1.md renamed to docs/leet-code/week-1/02-linked-lists/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 1
44

55
# 19. Remove Nth Node From End of List
66

7-
```python novice-high/02/04/3
7+
```python leet-code/week-1/02-linked-lists/1
88
print("Hello, World!")
99
```

docs/leet-code/01/02/2.md renamed to docs/leet-code/week-1/02-linked-lists/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 2
44

55
# 25. Reverse Nodes in k-Group
66

7-
```python novice-high/02/04/3
7+
```python leet-code/week-1/02-linked-lists/2
88
print("Hello, World!")
99
```

docs/leet-code/01/02/3.md renamed to docs/leet-code/week-1/02-linked-lists/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sidebar_position: 3
44

55
# 141. Linked List Cycle
66

7-
```python novice-high/02/04/3
7+
```python leet-code/week-1/02-linked-lists/3
88
print("Hello, World!")
99
```

0 commit comments

Comments
 (0)