Skip to content

Commit 97b8765

Browse files
committed
Add LinkedList.
1 parent 309e7b5 commit 97b8765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linked List
22

3-
|Operation |Complaxity |
3+
|Operation |Complexity |
44
|---------------------------|-------------------|
55
|Indexing |O(n) |
66
|Insert/delete at beginning |O(1) |

0 commit comments

Comments
 (0)