Skip to content

Releases: gwtw/js-data-structures

Version 1.0.3

13 Jul 14:05
Compare
Choose a tag to compare

Improvements

  • Moved complexity for the data structures into src/README.md

Bug fixes

Version 1.0.2

05 Jul 16:58
Compare
Choose a tag to compare

Bug fixes

  • BinaryHeap Node's i value can go into an invalid state #20

Version 1.0.1

05 Jul 16:28
Compare
Choose a tag to compare

Enhancements

  • Minor optimisation to binary heap
  • BinaryHeap.decreaseKey will now throw an exception if an undefined node is passed in

Version 1.0.0

02 Jul 03:31
Compare
Choose a tag to compare

Heaps

  • Binary heap
  • Binomial heap
  • Fibonacci heap

Trees

  • Binary search tree
  • Splay tree