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.
Generate the sequence of swaps to produce all permutations of a set
permutations combinations sorting magic square
Iterable and iterator library for JavaScript
A small permutations module, which gives you all possible binary variations in order.
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 possible permutations of the input array or string using [Heap's algorithm](https://en.wikipedia.org/wiki/Heap%27s_algorithm), which minimizes movement.
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.
get all combinations
A robust app for generating mock JSON for testing purposes.
Helper methods for stats, combinatorics, permutations, probabilities and matricies
Permutates elements. Same as https://www.npmjs.com/package/permutater, but with the addition of filtering offsets.
generate multiset permutations using an efficient loopless algorithm
Calculate the number of possible permutations.