Skip to content

Commit e0f109c

Browse files
authored
Merge pull request jwasham#476 from loustler/fix-typo-in-ko-translation
Fix markdown syntax typo in korean translation
2 parents 4f1a0c5 + fd7be76 commit e0f109c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

translations/README-ko.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 코딩 인터뷰 대학(Coding Interview University)
22

33
> 나는 원래 이것을 소프트웨어 엔지니어가 되기 위한 짧은 연구 목록으로 만들었다.
4-
> 그러나 지금 당신이 볼수 있듯이 이 목록은 매우 커졌다. 이 목록을 숙지 한 후,
4+
> 그러나 지금 당신이 볼수 있듯이 이 목록은 매우 커졌다. 이 목록을 숙지 한 후,
55
> [나는 아마존에 소프트웨어 엔지니어로 채용됐다](https://startupnextdoor.com/ive-been-acquired-by-amazon/?src=ciu)!
66
> 당신은 아마 내가 한 것처럼 많이 공부할 필요는 없을 것이다. 어쨌든 당신이 필요로 하는 모든 것은 여기에 있다.
77
>
88
> 여기에 나열된 목록들은 아마존, 페이스북, 구글, 마이크로소프트 같은 거대 기업을 포함한 거의 모든 소프트웨어 회사의 인터뷰를 준비하는데에 도움이 될것이다.
9-
>
9+
>
1010
>
1111
> *행운을 빈다!*
1212
@@ -893,7 +893,7 @@ Anki format의 내 flashcard 데이터베이스: https://ankiweb.net/shared/info
893893

894894
- [ ] 구현:
895895
- [ ] 병합 정렬: 평균과 최악의 경우 O(n log n)
896-
- [ ] 퀵 정렬: 평균적인 경우 O(n log n)
896+
- [ ] 퀵 정렬: 평균적인 경우 O(n log n)
897897
- 선택 정렬과 삽입 정렬은 둘 다 평균과 최악의 경우에 O(n^2)
898898
- 힙 정렬의 경우, 위의 힙 데이터 구조를 보세요.
899899

@@ -934,7 +934,7 @@ Anki format의 내 flashcard 데이터베이스: https://ankiweb.net/shared/info
934934

935935
- [ ] MIT(영상):
936936
- [ ] [너비 우선 탐색(BFS;Breadth-First Search)](https://www.youtube.com/watch?v=s-CYnVz-uh4&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=13)
937-
- [ ] [깊이 우선 탐색(DFS;Depth-First Search)]((https://www.youtube.com/watch?v=AfSk24UTFS8&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=14)
937+
- [ ] [깊이 우선 탐색(DFS;Depth-First Search)](https://www.youtube.com/watch?v=AfSk24UTFS8&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=14)
938938

939939
- [ ] Skiena의 강좌 - 시작하기 아주 좋습니다:
940940
- [ ] [CSE373 2012 - Lecture 11 - Graph Data Structures (video)](https://www.youtube.com/watch?v=OiXxhDrFruw&list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b&index=11)

0 commit comments

Comments
 (0)