Linked List
Inserting a new item is very fast //O(1)
Searching is sequential //O(N)
Removing an item is fast because of the references
Recently added: Conventional commits, Cli, Shortcuts, Subscriptions, Topic
Inserting a new item is very fast //O(1)
Searching is sequential //O(N)
Removing an item is fast because of the references
Created 2019-01-23T11:57:03+05:30 · Edit