Showing 21-40 of 165 packages
This package is a convenient wrapper for most standard sorting methods. Such as quickSort, mergeSort and others
quicksort (signed i32 values only) hand-written in wat
A lightweight and beginner-friendly JavaScript utility library for popular search and sort algorithms including binary search, merge sort, quicksort, and more.
Node toolkit adding some helpful functions: files, array, string, color, math ...
Quick sort
Simple function `binaryInsert(array, value, comparator)` that provides binary insert functionality for a **sorted** array in javascript. This is mostly intended for larger arrays, and the performance gain may be viewed in the [benchmark](#benchmarks).
my quicksort package
A hybrid sorting algorithm based on Quicksort and Average Sort
Sorting array items using quicksort algorithm
Native addons for data structures and algorithms
An npm package that can help many to use famous DSA directly
Augmented Next Core - Utilities and Functions.
Javascript versions of classic software development algorithms
Some well-known algorithms implemented in JavaScript.
UMT Main Package is written in TypeScript and is a collection of useful functions for various tasks.
Willet Programming Language
faster quicksort
UMT Main Package is written in TypeScript and is a collection of useful functions for various tasks.
Javascript implementation of widely known algorithms, functions and data structures.
sorting-algorithms-lib is a lightweight JavaScript library that provides efficient implementations of various sorting algorithms. Whether you're learning algorithms, benchmarking performance, or building a project that requires sorting, this library has y