Skip to content

Commit cbcfe4b

Browse files
authoredFeb 22, 2019
Update README.md
1 parent 1f39355 commit cbcfe4b

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)