algorithmskit
An npm package for several complex algorithms and data structures like randomized quick sort, count sort, disjoint set union, etc.
@bemoje/arr-sort
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. Fork of of the famous timsort module, but this module allows for passing comparator-builder options instead of a comparator function. In short, advanced compa