Search results

56 packages found

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

published 0.2.1 2 months ago
M
Q
P

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

published 0.2.1 2 months ago
M
Q
P

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

published 0.2.1 2 months ago
M
Q
P

Sort a double-precision floating-point strided array using Shellsort.

published 0.2.1 2 months ago
M
Q
P

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

published 0.2.1 2 months ago
M
Q
P

Sort a single-precision floating-point strided array using Shellsort.

published 0.2.1 2 months ago
M
Q
P

Sort algorithms

published 0.1.2 10 years ago
M
Q
P

A sorting library for Node.js

published 0.2.0 11 years ago
M
Q
P

sort array by a predicate

published 1.0.0 7 years ago
M
Q
P

a collection of algorithms written in typescript

published 1.0.2 6 years ago
M
Q
P

An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search of JavaScript objects for fast insertion and deletion.

published 1.0.0 11 years ago
M
Q
P

Insertion sorting algorithms for JavaScript

published 2.1.0 2 years ago
M
Q
P

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

published 1.0.4 4 years ago
M
Q
P

JS/TS library for sorting arrays with different algorithms

published 1.1.8 3 years ago
M
Q
P

Find the array index of where to add an element to keep it sorted.

published 3.0.2 4 years ago
M
Q
P

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

published 1.0.1 4 years ago
M
Q
P

insertion sort an array in typescript

published 1.0.1 3 years ago
M
Q
P

A library of dependency-free common insertion sort algorithms

published 1.0.3 6 years ago
M
Q
P

A Lite(20KB) sorting package that gives the option to the array of objects to sort with several alogithms based on any key of that objects

published 1.0.13 8 years ago
M
Q
P

``` npm install best-sort --save ```

published 1.0.1 5 years ago
M
Q
P