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 8ab965b

Browse files
cloudyantrekhleb
authored andcommittedMar 8, 2019
Update README.md (trekhleb#316)
1 parent d267bd6 commit 8ab965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ end ReverseTraversal
148148

149149
| Access | Search | Insertion | Deletion |
150150
| :-------: | :-------: | :-------: | :-------: |
151-
| O(n) | O(n) | O(1) | O(1) |
151+
| O(n) | O(n) | O(1) | O(n) |
152152

153153
### Space Complexity
154154

0 commit comments

Comments
 (0)
Please sign in to comment.