Search results

55 packages found

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

published 0.2.2 2 months ago
M
Q
P
M
Q
P
M
Q
P

All ypu need to work with linked lists in a declarative and intuitive way with higher order functions like sort, map, filter and reduce etc.

published 2.0.0 7 months ago
M
Q
P

Insertion sorting algorithms for JavaScript

published 2.1.0 3 years ago
M
Q
P

JS/TS library for sorting arrays with different algorithms

published 1.1.8 3 years ago
M
Q
P

insertion sort an array in typescript

published 1.0.1 4 years ago
M
Q
P

Sort-algorithms regroup all the popular sorting algorithms.

published 1.1.0 8 years ago
M
Q
P

A library of dependency-free common insertion sort algorithms

published 1.0.3 7 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

Collection of ready-to-use implementation of some sorting algorithms such as: merge sort, quick sort, bubble sort, insertion sort

published 1.1.0 6 years ago
M
Q
P

Arranges values in an order.

published 2.9.41 4 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

A simple and fast implementation of insertion sort

published 1.1.0 6 years ago
M
Q
P

Arranges values in an order.

published 2.9.60 4 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

Arranges values in an order.

published 2.9.60 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

Arranges values in an order.

published 2.9.41 4 years ago
M
Q
P

Sort an array by descending values via insertion sort, pass by value

published 1.0.0 7 years ago
M
Q
P