Skip to content

Commit 445692a

Browse files
committed
[Add] add links to problem directly
1 parent 5b76f28 commit 445692a

File tree

10 files changed

+20
-0
lines changed

10 files changed

+20
-0
lines changed

Diff for: docs/leet-code/week-1/01-array-strings/1.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 1
33
---
44

55
# 48. Rotate Image
6+
#
7+
[**View Problem**](https://leetcode.com/problems/rotate-image)
68

79
```python leet-code/week-1/01-array-strings/1
810
print("Hello, World!")

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

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 2
33
---
44

55
# 54. Spiral Matrix
6+
#
7+
[**View Problem**](https://leetcode.com/problems/spiral-matrix)
68

79
```python leet-code/week-1/01-array-strings/2
810
print("Hello, World!")

Diff for: docs/leet-code/week-1/01-array-strings/3.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 3
33
---
44

55
# 56. Merge Intervals
6+
#
7+
[**View Problem**](https://leetcode.com/problems/merge-intervals)
68

79
```python leet-code/week-1/01-array-strings/3
810
print("Hello, World!")

Diff for: docs/leet-code/week-1/01-array-strings/4.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 4
33
---
44

55
# 238. Product of Array Except Self
6+
#
7+
[**View Problem**](https://leetcode.com/problems/product-of-array-except-self)
68

79
```python leet-code/week-1/01-array-strings/4
810
print("Hello, World!")

Diff for: docs/leet-code/week-1/02-linked-lists/1.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 1
33
---
44

55
# 19. Remove Nth Node From End of List
6+
#
7+
[**View Problem**](https://leetcode.com/problems/remove-nth-node-from-end-of-list)
68

79
```python leet-code/week-1/02-linked-lists/1
810
print("Hello, World!")

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

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 2
33
---
44

55
# 25. Reverse Nodes in k-Group
6+
#
7+
[**View Problem**](https://leetcode.com/problems/reverse-nodes-in-k-group)
68

79
```python leet-code/week-1/02-linked-lists/2
810
print("Hello, World!")

Diff for: docs/leet-code/week-1/02-linked-lists/3.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 3
33
---
44

55
# 141. Linked List Cycle
6+
#
7+
[**View Problem**](https://leetcode.com/problems/linked-list-cycle)
68

79
```python leet-code/week-1/02-linked-lists/3
810
print("Hello, World!")

Diff for: docs/leet-code/week-1/03-two-pointers/1.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 1
33
---
44

55
# 125. Valid Palindrome
6+
#
7+
[**View Problem**](https://leetcode.com/problems/valid-palindrome)
68

79
```python leet-code/week-1/03-two-pointers/1
810
print("Hello, World!")

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

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 2
33
---
44

55
# 11. Container With Most Water
6+
#
7+
[**View Problem**](https://leetcode.com/problems/container-with-most-water)
68

79
```python leet-code/week-1/03-two-pointers/2
810
print("Hello, World!")

Diff for: docs/leet-code/week-1/03-two-pointers/3.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 3
33
---
44

55
# 42. Trapping Rain Water
6+
#
7+
[**View Problem**](https://leetcode.com/problems/trapping-rain-water)
68

79
```python leet-code/week-1/03-two-pointers/3
810
print("Hello, World!")

0 commit comments

Comments
 (0)