0.0.2 • Published 9 years ago
bears-list v0.0.2
bears-list
doubly linked list implementation
Runtime characteristics
insert = O(1) remove = O(1) find = O(n)
Usage
var l = new List();l.insert({...});l.remove({...});l.find({...})
l.size()
doubly linked list implementation
insert = O(1) remove = O(1) find = O(n)
var l = new List();l.insert({...});l.remove({...});l.find({...})
l.size()