Skip to content

Commit 952b370

Browse files
committed
4강 병합정렬 정리 블로그 링크 추가
1 parent 7f35557 commit 952b370

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Algorithm/Inflearn/Algorithm-Inflearn/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,4 @@ class Sort {
181181
}
182182

183183
print(Sort().split(data: [6, 4, 1, 2, 3, 5, 7, 8]))
184+
print(Sort().split(data: [4, 3, 6, 1, 2, 8, 7, 5]))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323

2424
#### 2. 정렬(Sort)
2525
- [3강 기본적인 정렬 알고리즘 정리](https://hyesunzzang.tistory.com/178)
26+
- [4강 병합정렬(merge sort)](https://hyesunzzang.tistory.com/180)

0 commit comments

Comments
 (0)