Add LinkedList.

This commit is contained in:
Oleksii Trekhleb 2018-03-27 15:41:50 +03:00
parent 309e7b59b7
commit 97b8765a7d

View File

@ -1,6 +1,6 @@
# Linked List
|Operation |Complaxity |
|Operation |Complexity |
|---------------------------|-------------------|
|Indexing |O(n) |
|Insert/delete at beginning |O(1) |