Releases: alexpods/bin-search-tree
Releases · alexpods/bin-search-tree
Version 0.5.0
Realization of functional array method .reduceRight();
traverse() method refactoring.
Realization of clone() method (not deep);
Version 0.4.0
Realization of functional array methods: .forEach(), .every(), .some(), .reduce()
Version 0.3.0
Add customization of key comparison
Version 0.2.1
Wrote base README.md. Add class benchmarks.
Version 0.2.0
Add min and max nodes caching. Add minKey and maxKey properties.
Version 0.1.0
Initial realization of binary search tree