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 5a3806f

Browse files
authoredAug 21, 2020
Update README.ru-RU.md (trekhleb#530)
There is an error in deletion complexity
1 parent 929b210 commit 5a3806f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/data-structures/doubly-linked-list/README.ru-RU.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ end Reverse Traversal
9696

9797
| Чтение | Поиск | Вставка | Удаление |
9898
| :-------: | :-------: | :-------: | :-------: |
99-
| O(n) | O(n) | O(1) | O(1) |
99+
| O(n) | O(n) | O(1) | O(n) |
100100

101101
### Пространственная сложность
102102

0 commit comments

Comments
 (0)
Please sign in to comment.