mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-04 16:12:09 +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