Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b1452b0

Browse files
Edit README.md 10_array_partition hyperlink
10번 문제 [배열 파티션 I]의 leetcode 링크가 변경되어 수정합니다. 기존 링크: https://leetcode.com/problems/array-partition-i/ 수정 링크: https://leetcode.com/problems/array-partition) 그래서 초록옷 입은 애가 젤다죠?
1 parent 67fdd31 commit b1452b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
| 7 | [두 수의 합](https://leetcode.com/problems/two-sum/) || 7장. 배열 | [7-1.py](3-linear-data-structures/ch07/7-1.py)<br>[7-2.py](3-linear-data-structures/ch07/7-2.py)<br>[7-3.py](3-linear-data-structures/ch07/7-3.py)<br>[7-4.py](3-linear-data-structures/ch07/7-4.py)<br>[7-5.py](3-linear-data-structures/ch07/7-5.py)<br>[7-6.go](3-linear-data-structures/ch07/7-6.go) |
4242
| 8 | [빗물 트래핑](https://leetcode.com/problems/trapping-rain-water/) | ★★★ | 7장. 배열 | [8-1.py](3-linear-data-structures/ch07/8-1.py)<br>[8-2.py](3-linear-data-structures/ch07/8-2.py) |
4343
| 9 | [세 수의 합](https://leetcode.com/problems/3sum/) | ★★ | 7장. 배열 | [9-1.py](3-linear-data-structures/ch07/9-1.py)<br>[9-2.py](3-linear-data-structures/ch07/9-2.py) |
44-
| 10 | [배열 파티션 I](https://leetcode.com/problems/array-partition-i/) || 7장. 배열 | [10-1.py](3-linear-data-structures/ch07/10-1.py)<br>[10-2.py](3-linear-data-structures/ch07/10-2.py)<br>[10-3.py](3-linear-data-structures/ch07/10-3.py) |
44+
| 10 | [배열 파티션 I](https://leetcode.com/problems/array-partition/) || 7장. 배열 | [10-1.py](3-linear-data-structures/ch07/10-1.py)<br>[10-2.py](3-linear-data-structures/ch07/10-2.py)<br>[10-3.py](3-linear-data-structures/ch07/10-3.py) |
4545
| 11 | [자신을 제외한 배열의 곱](https://leetcode.com/problems/product-of-array-except-self/) | ★★ | 7장. 배열 | [11-1.py](3-linear-data-structures/ch07/11-1.py) |
4646
| 12 | [주식을 사고팔기 가장 좋은 시점](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/) || 7장. 배열 | [12-1.py](3-linear-data-structures/ch07/12-1.py)<br>[12-2.py](3-linear-data-structures/ch07/12-2.py) |
4747
| 13 | [팰린드롬 연결 리스트](https://leetcode.com/problems/palindrome-linked-list/) || 8장. 연결 리스트 | [13-1.py](3-linear-data-structures/ch08/13-1.py)<br>[13-2.py](3-linear-data-structures/ch08/13-2.py)<br>[13-3.go](3-linear-data-structures/ch08/13-3.go)<br>[13-4.py](3-linear-data-structures/ch08/13-4.py) |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /