mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Add LinkedList.
This commit is contained in:
parent
309e7b59b7
commit
97b8765a7d
@ -1,6 +1,6 @@
|
|||||||
# Linked List
|
# Linked List
|
||||||
|
|
||||||
|Operation |Complaxity |
|
|Operation |Complexity |
|
||||||
|---------------------------|-------------------|
|
|---------------------------|-------------------|
|
||||||
|Indexing |O(n) |
|
|Indexing |O(n) |
|
||||||
|Insert/delete at beginning |O(1) |
|
|Insert/delete at beginning |O(1) |
|
||||||
|
Loading…
Reference in New Issue
Block a user