Releases: gwtw/js-data-structures
Releases · gwtw/js-data-structures
Version 1.0.3
Version 1.0.2
Bug fixes
- BinaryHeap Node's
i
value can go into an invalid state #20
Version 1.0.1
Enhancements
- Minor optimisation to binary heap
BinaryHeap.decreaseKey
will now throw an exception if anundefined
node is passed in
Version 1.0.0
Heaps
- Binary heap
- Binomial heap
- Fibonacci heap
Trees
- Binary search tree
- Splay tree