@bemoje/arr-sorted-add
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
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.
Sorting by insertion - Look for bigger numbers on the left side. Runtime: O(n^2). It starts from the 2nd element, and it tries to find any element (to the left) that could be bigger than the current index. It will move all the elements that are bigger and
A drag-and-drop-enabled FlatList component for React Native
A formatter to sort the keys of JSON files
Sort a JSON Array based on multiple keys.
Extracting a sorted result from a given JSON object or array and stringify with JSON3.
JavaScript sort and concatenate based on jsdoc references
a packger for array sort by jl
A simple module that provides functions to manipulate arrays
A simple utility for unique array and string functions
There are simple and useful functions developed for JSONs.
A small module to check if an Array is sorted, study from dcousens/is-sorted
A small module to check if an Array is sorted
Checks if a string consists of unique characters
Composable comparisons
A sorted array which sorts lazily, written entirely in TypeScript
LazyArrays allow you to sort their elements by any of its properties values in ascending/descending order, you can use deep properties.