#
permutation
Here are 197 public repositories matching this topic...
Combinatorics Javascript Library
-
Updated
Jan 27, 2016 - JavaScript
Combinatorial objects stream generators for Java 8+.
-
Updated
Jan 30, 2022 - Java
Combinatorial Objects Generators for Java 7+.
-
Updated
Aug 13, 2021 - Java
An efficient combinatorics library for JavaScript utilizing ES2015 generators.
-
Updated
Feb 13, 2017 - JavaScript
Golang library which provide an algorithm to generate all combinations out of a given string array.
-
Updated
Apr 24, 2021 - Go
Generate Permutations and Combinations in an efficient way.
-
Updated
May 11, 2020 - PHP
Golang string typosquatting generator
-
Updated
Jan 24, 2022 - Go
A collection of data structures and algorithms in C++
-
Updated
Nov 21, 2020 - C++
Pythonic package for combinatorics
-
Updated
Sep 18, 2021 - Python
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
permutation
stl-containers
combinatorics
combinations
partition
combinatorial-search
motzkin
combinatorial-objects
-
Updated
Jul 30, 2021 - C++
Solutions for Cracking the Coding Interview - 6th Edition
bitset
tree
linked-list
stack
queue
graph
graph-algorithms
string
strings
matrix
array
sum
bits
string-manipulation
arrays
palindrome
permutation
linkedlist
trees
ctci
-
Updated
Jun 13, 2021 - Java
Java 8 combinatorics-related streams and other utilities
-
Updated
Jul 10, 2018 - Java
Standalone MATLAB implementation of permutation TFCE correction
-
Updated
Dec 21, 2018 - MATLAB
A domain name permutation and enumeration library powered by Rust.
-
Updated
Mar 22, 2021 - Rust
R package cross-validation, bootstrap, permutation, and rolling window resampling techniques for the tidyverse.
bootstrap
tidyverse
cross-validation
permutation
jackknife
resampling-methods
rolling-windows
modelr
-
Updated
Jul 22, 2018 - R
A simple combinatorics library providing combination and permutation.
-
Updated
Feb 25, 2018 - Elixir
An implementation of Kensler's hashed permutation algorithm
-
Updated
May 29, 2021 - Rust
Generic permutator written in Rust that permutates both lists of lists and singular lists using references.
-
Updated
May 2, 2019 - Rust
A luxury sparse matrix package for Julia
-
Updated
Apr 11, 2022 - Julia
Approximate Minimum Degree Ordering in Julia
-
Updated
Apr 21, 2022 - Julia
A package to simplify working with symmetry-adapted quantum many-body bases. Provides a good foundation for writing custom exact diagonalization and variational Monte Carlo software
c
neural-network
quantum-mechanics
bit-manipulation
cpp17
permutation
exact-diagonalization
many-body-physics
symmetries
lattice-symmetries
symmetry-groups
-
Updated
Apr 28, 2022 - C++
-
Updated
Jan 18, 2022 - Python
Currency Arbitrage solution with graphs
graph-algorithms
profit
permutation
dollar
shortest-paths
adjacency-lists
arbitrage
currency-rates
adjacency-matrix
bellman-ford-algorithm
negative-cycles
gunay-bank
japanese-yen-buys
cross-currency
-
Updated
Apr 20, 2018 - Java
Improve this page
Add a description, image, and links to the permutation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the permutation topic, visit your repo's landing page and select "manage topics."
The
FUN
argument incomboGeneral()
and similarRcppAlgos
functions could be more useful if the user is allowed to provide the expected value, similar tovapply()
. Currently, a list is allocated which can take up a lot of memory.