Releases: clarketm/super
Releases · clarketm/super
v0.0.10
v0.0.9
New feature:
- Add
comparator
argument to constructor ofBinaryTree
to allow for customization of tree ordering/hierarchy.
v0.0.8
v0.0.6
New features:
- add
bubbleSort
,insertionSort
,selectionSort
standalone sorting algorithm function. - add
bubbleSort
,insertionSort
, andselectionSort
to the Array data structure as a method.
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
v0.0.10-alpha
- Added usage documentation.