natural-compare
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
array.prototype.tosorted
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
toposort
Topological sort of directed ascyclic graphs (like dependecy lists)
quickselect
A tiny and fast selection algorithm in JavaScript.