@raikuxq/alg-ds
Documentation app: [raikuxq-algorithms.netlify.app/guide](https://raikuxq-algorithms.netlify.app/guide)
Documentation app: [raikuxq-algorithms.netlify.app/guide](https://raikuxq-algorithms.netlify.app/guide)
A package containing the most popular sorting algorithms in JavaScript.
A collection of sorting algorithms implemented in JavaScript.
Algorithms and data structures for your JavaScript and TypeScript projects 🧑💻
**ALGOLIBA** is a simple and efficient JavaScript library for working with arrays. It provides an easy-to-use object `algo` that includes several helpful methods for array manipulation and mathematical operations.
A package for various sorting algorithms
A simple , efficient and es6 way to sort an array using quick sort and merge sort
A fast, small (~0.5 KB gzipped) and dependency-free JavaScript library to sort arrays. It uses quick sort internally to sort arrays _in place_, without recursion. Simply replace JavaScript's built-in `Array.prototype.sort` with f-sort's `sort` to see ~2x