permutation
There are 261 repositories under permutation topic.
glitchedgitz/cook
A wordlist framework to fullfill your kinks with your wordlists. For security researchers, bug bounty and hackers.
nikdon/pyEntropy
Entropy for Python
dpaukov/combinatoricslib3
Combinatorial objects stream generators for Java.
tjuHaoXiaotian/pymarl3
We extend pymarl2 to pymarl3, equipping the MARL algorithms with permutation invariance and permutation equivariance properties. The enhanced algorithm achieves 100% win rates on SMAC-V1 and superior performance on SMAC-V2.
anthonynsimon/java-ds-algorithms
Data Structures and Algorithms in Java
mxschmitt/golang-combinations
Golang library which provide an algorithm to generate all combinations out of a given string array.
haveibeensquatted/twistrs
A domain name permutation and enumeration library powered by Rust.
acarl005/generatorics
An efficient combinatorics library for JavaScript utilizing ES2015 generators.
dpaukov/combinatoricslib
Combinatorial Objects Generators for Java 7+.
zntrio/typogenerator
Golang string typosquatting generator
drupol/phpermutations
Generate Permutations and Combinations in an efficient way.
mraggi/discreture
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
mzimbres/rtcpp
A collection of data structures and algorithms in C++
deepak-malik/Cracking-The-Coding-Interview
Solutions for Cracking the Coding Interview - 6th Edition
cool-RR/combi
Pythonic package for combinatorics
jwood000/RcppAlgos
Tool for Solving Problems in Combinatorics and Computational Mathematics
beryx/streamplify
Java 8 combinatorics-related streams and other utilities
markallenthornton/MatlabTFCE
Standalone MATLAB implementation of permutation TFCE correction
mowshon/iterium
🚀 Generic Channel-based Iterators for Golang
QuantumBFS/LuxurySparse.jl
A luxury sparse matrix package for Julia
jrnold/resamplr
R package cross-validation, bootstrap, permutation, and rolling window resampling techniques for the tidyverse.
seantanly/elixir-combination
A simple combinatorics library providing combination and permutation.
twesterhout/lattice-symmetries
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
Adam-Vandervorst/PyBHV
Boolean Hypervectors with various operators for experiments in hyperdimensional computing (HDC).
gavinsimpson/permute
Restricted permutations
schiffma/distlib
Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.
arleyc/PCAtest
R package PCAtest for evaluating the statistical significance of PCA analysis, selecting number of significant PC axes, and testing the contributions of the variables to those PCs.
JuliaSmoothOptimizers/AMD.jl
Approximate Minimum Degree Ordering in Julia
ratneshmaurya/Aptitude_Practice_Questions
Ultimate resource for solving aptitude questions from the basics. Whether you're preparing for exams, interviews, or simply want to enhance your problem-solving abilities, this repository has you covered.
d3mondev/crossjoin
Generate a cross join, also known as a Cartesian product, from the lines of the specified files. This process is useful for creating fuzzing payloads.
jedisct1/simpira384
An AES-based 384 bit permutation.
aryandeshwal/BOPS
Python implementation of Bayesian optimization over permutation spaces.
afnanenayet/hashed-permutation
An implementation of Kensler's hashed permutation algorithm
jwodder/permutation
Permutations of finitely many positive integers
mmstick/permutate
Generic permutator written in Rust that permutates both lists of lists and singular lists using references.