Skip to content

Commit 88f992f

Browse files
authored
Update README-ko.md
1 parent 377d9de commit 88f992f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README-ko.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ __속성__
118118
* 평균 O(log n)
119119
* 최악의 경우 공간 복잡성 O(1)
120120

121-
###### View the algorithm in [action][shell-toptal]
122121

123122
[bubble-toptal]: https://www.toptal.com/developers/sorting-algorithms/bubble-sort
124123
[bubble-wiki]: https://en.wikipedia.org/wiki/Bubble_sort
@@ -152,9 +151,9 @@ __속성__
152151

153152

154153
--------------------------------------------------------------------
155-
## Links to the rest of the algorithms
154+
## 나머지 알고리즘에 대한 링크
156155

157-
Conversions | Dynamic Programming |Ciphers|Miscellaneous|
156+
전환 | 다이나믹프로그래밍(DP) |암호|그 외 것들|
158157
----------- |----------------------------------------------------------------|-------|-------------|
159158
[Any Base to Any Base](Conversions/AnyBaseToAnyBase.java)| [Coin Change](Dynamic%20Programming/CoinChange.java)|[Caesar](ciphers/Caesar.java)|[Heap Sort](misc/heap_sort.java)|
160159
[Any Base to Decimal](Conversions/AnyBaseToDecimal.java)|[Egg Dropping](Dynamic%20Programming/EggDropping.java)|[Columnar Transposition Cipher](ciphers/ColumnarTranspositionCipher.java)|[Palindromic Prime Checker](misc/PalindromicPrime.java)|

0 commit comments

Comments
 (0)