Collection of sorting algorithms.
const { Venusort, SortMethods } = require('venusort');
const sorter = new Venusort({
sorter: SortMethods.QUICK
});
const data = [11,100,1,4,5,2,6, 188, 9,66,78,24,996,12,22];
console.log(`sorted = ${sorter.sort(data)}`);
This project was bootstrapped with TSDX.
image credit https://pokemondb.net/pokedex/venusaur