We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929b210 commit 5a3806fCopy full SHA for 5a3806f
src/data-structures/doubly-linked-list/README.ru-RU.md
@@ -96,7 +96,7 @@ end Reverse Traversal
96
97
| Чтение | Поиск | Вставка | Удаление |
98
| :-------: | :-------: | :-------: | :-------: |
99
-| O(n) | O(n) | O(1) | O(1) |
+| O(n) | O(n) | O(1) | O(n) |
100
101
### Пространственная сложность
102
0 commit comments