mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 15:11:16 +08:00
Fix a typo in linked list's "ru" readme (#723)
Deletion time complexity from O(1) to O(n)
This commit is contained in:
parent
c2e5b3d5f1
commit
d581548b4c
@ -133,7 +133,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