Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41ace46

Browse files
YumYumNyangtrekhleb
andauthoredJan 22, 2022
fixed: fixed error in linked list README.ko-KR (trekhleb#820)
Co-authored-by: Oleksii Trekhleb <[email protected]>
1 parent 1b6a6d5 commit 41ace46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/data-structures/linked-list/README.ko-KR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ end ReverseTraversal
137137

138138
| 접근 | 탐색 | 삽입 | 삭제 |
139139
| :---: | :---: | :---: | :---: |
140-
| O(n) | O(n) | O(1) | O(1) |
140+
| O(n) | O(n) | O(1) | O(n) |
141141

142142
### 공간 복잡도
143143

0 commit comments

Comments
 (0)
Please sign in to comment.