mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
fixed: fixed error in linked list README.ko-KR (#820)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
This commit is contained in:
parent
1b6a6d5812
commit
41ace46d48
@ -137,7 +137,7 @@ end ReverseTraversal
|
|||||||
|
|
||||||
| 접근 | 탐색 | 삽입 | 삭제 |
|
| 접근 | 탐색 | 삽입 | 삭제 |
|
||||||
| :---: | :---: | :---: | :---: |
|
| :---: | :---: | :---: | :---: |
|
||||||
| O(n) | O(n) | O(1) | O(1) |
|
| O(n) | O(n) | O(1) | O(n) |
|
||||||
|
|
||||||
### 공간 복잡도
|
### 공간 복잡도
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user