Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
wordscramble
A small, pointless package that scrambles values...
allcombinations
returns a list of all possible combinations / permutations of an array of items
heaps-permute
A JavaScript implementation of Heap's efficient Permutation Algorithm
simple-combinatorics
A simple permutations and combinatorics library for JavaScript
@stdlib/blas-ext-base-gsortins
Sort a strided array using insertion sort.
@stdlib/blas-ext-base-gsort2hp
Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-ssortins
Sort a single-precision floating-point strided array using insertion sort.
@stdlib/blas-ext-base-dsortsh
Sort a double-precision floating-point strided array using Shellsort.
@stdlib/blas-ext-base-gsort2sh
Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.
@stdlib/blas-ext-base-dsorthp
Sort a double-precision floating-point strided array using heapsort.
@stdlib/blas-ext-base-gsort2ins
Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.
@stdlib/blas-ext-base-dsortins
Sort a double-precision floating-point strided array using insertion sort.
@stdlib/blas-ext-base-ssort2hp
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-dsort2sh
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/blas-ext-base-gsortsh
Sort a strided array using Shellsort.
@stdlib/blas-ext-base-dsort2hp
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-dsort2ins
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/blas-ext-base-ssortsh
Sort a single-precision floating-point strided array using Shellsort.
@stdlib/blas-ext-base-ssort2sh
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/blas-ext-base-ssorthp
Sort a single-precision floating-point strided array using heapsort.