get-combos
Get all possible combinations / permutations of an array of items.
Get all possible combinations / permutations of an array of items.
Simple implementation of basic algorithms.
Iterable and iterator library for JavaScript
An array is a collection of values, stored contiguously.
permutations combinations sorting magic square
Iterable and iterator library for JavaScript
A small permutations module, which gives you all possible binary variations in order.
Generate the sequence of swaps to produce all permutations of a set
This software generates all valid words of different lengths for given set of letters
Generates all possible combinations for a set of possible attributes and values
Returns all permutations of the length N of the elements of the given Array
generates all combinations (or non-unique permutations) of a given list of characters within a range of string length i.e. generate(['a','f','t','6','-','@','T',';'], 2, 4)
Combinatorics.js is a standalone math library for Javascript and Node.js. It features a solution to work with Permutations, Posets, Trees, and other enumerative collections.
Generates all possible permutations of the input array or string using [Heap's algorithm](https://en.wikipedia.org/wiki/Heap%27s_algorithm), which minimizes movement.
get all combinations
A robust app for generating mock JSON for testing purposes.
A library of historical permutation algorithms from 1950s-present implemented in JavaScript.
Invertible transformations on permutation representations, including an RNG-free in-place Fisher-Yates-Knuth shuffle
generate multiset permutations using an efficient loopless algorithm
Calculate the number of possible permutations.