Skip to content

Releases: clarketm/super

v0.0.10

22 May 01:56
Compare
Choose a tag to compare

New data structures:

  1. AVLTree

v0.0.9

17 May 23:55
Compare
Choose a tag to compare

New feature:

  • Add comparator argument to constructor of BinaryTree to allow for customization of tree ordering/hierarchy.

v0.0.8

17 May 22:52
Compare
Choose a tag to compare

New data structures:

  1. Heap

v0.0.6

17 May 16:09
Compare
Choose a tag to compare

New features:

v0.0.5

17 May 14:36
Compare
Choose a tag to compare

New features:

  • add quickSort standalone sorting algorithm function.
  • add quickSort to the Array data structure as a method.

v0.0.4

17 May 11:56
Compare
Choose a tag to compare

Features:

  • publish flow type definition file.

v0.0.3

17 May 10:11
Compare
Choose a tag to compare

Bug fix:

  • remove errant postinstall script on package installation.

v0.0.2

17 May 10:03
Compare
Choose a tag to compare

Bug fixes:

  • fix issue with missing exports in the build: BinaryTree, LinkedList, PriorityQueue, Trie.

New features:

  • add mergeSort standalone sorting algorithm function.
  • add mergeSort to the Array data structure as a method.

v0.0.1

17 May 01:10
Compare
Choose a tag to compare

Initial stable release.

v0.0.10-alpha

16 May 02:31
Compare
Choose a tag to compare
v0.0.10-alpha Pre-release
Pre-release
  • Added usage documentation.