mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-02-01 00:52:24 +08:00
Add LinkedList.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Linked List
|
||||
|
||||
|Operation |Complaxity |
|
||||
|Operation |Complexity |
|
||||
|---------------------------|-------------------|
|
||||
|Indexing |O(n) |
|
||||
|Insert/delete at beginning |O(1) |
|
||||
|
||||
Reference in New Issue
Block a user