Search results

87 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 3 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 3 months ago
M
Q
P

Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.

published 0.2.1 3 months ago
M
Q
P

Sort a strided array using Shellsort.

published 0.2.1 3 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 3 months ago
M
Q
P

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

published 0.2.1 3 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 3 months ago
M
Q
P

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

published 0.2.1 3 months ago
M
Q
P

LazyContainers for AngularJS allows you to transparently retrieve elements from Arrays or any end-point into a container (the lazyContainer) and easily signal it to load, remove, update, insert, filter, sort, change their look, etc.

published 1.0.10 8 years ago
M
Q
P

A TypeScript/JavaScript class for general array manipulation

published 6.0.0 5 years ago
M
Q
P

Expand the shape of an array by inserting a new dimension of size one at a specified axis.

published 0.2.1 3 months ago
M
Q
P

Insert unique value to array.

published 0.12.0 7 years ago
M
Q
P

Array with sorted insertion and optimized search methods.

published 1.3.0 7 months ago
M
Q
P

Inserts items randomly into an array.

published 1.0.2 5 years ago
M
Q
P

A array insertion sorting algorithm

published 1.1.0 6 years ago
M
Q
P

An enhanced map that supports easy insertion or deletion at specific position. Give access to entries by index or key. Can be used instead of a linked list.

published 1.0.0 11 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

Immutable custom array methods

published 1.1.5 a year 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