@bemoje/arr-sorted-indexes-of
Find all indexes at which an array element exists, by binary search.
Find all indexes at which an array element exists, by binary search.
Find the array index of where to add an element to keep it sorted.
Remove all duplicate elements in a sorted array, leaving only uniques.
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
Create array comparator function.
For a sorted array, add an element. Whichever comparator function was used to sort the array, can be passed. Also supports comparator-builder options. For reference, see: https://github.com/bemoje/bemoje-arr-sort-comparator
Binary search -based indexOf for sorted arrays.
Binary search -based indexOf for sorted arrays.
Order object by ascending or descending
Sorting Arrays of Numbers in JavaScript, Find Largest and Smallest Number.
Like Unix seq, but geometric
Sort an array by descending values via insertion sort, pass by value
Simple JS library to sort different elements of an array
Sort array elements with Bubble Sort.
Sort array elements with Insertion Sort.
Sort array elements with Selection Sort.
This package lets you sort your array in ascending or descending order with many different algorithms.
A simple npm package to sort the arrays into ascending or descending order
order-sorter is a lightweight, efficient JavaScript utility for sorting numerical arrays. It allows users to sort data either in ascending or descending order with a simple, easy-to-use API. Designed for both developers and data scientists, this tool ensu
## Installation