es-collections icon indicating copy to clipboard operation
es-collections copied to clipboard

An ES6/ES2015 (JavaScript) collections library including Stack, Queue, and PriorityQueue

Results 1 es-collections issues
Sort by recently updated
recently updated
newest added

Not content with `add`, `remove` Can't use `deleteMin` or `deleteMax` since we don't know if it's the min or max Thought about `deleteTop` - however, `delete` returns a boolean of...