The Wayback Machine - https://web.archive.org/web/20210725111434/https://github.com/topics/combinatorics
Here are
302 public repositories
matching this topic...
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Combinatorics Javascript Library
Updated
Jan 27, 2016
JavaScript
Random number generators, probability distributions, combinatorics and statistics for Java.
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Combinatorial objects stream generators for Java 8+.
Updated
Jul 10, 2021
Java
Combinatorial Objects Generators for Java 7+.
Updated
Dec 13, 2020
Java
A guide on how to crack combinatorics puzzles shown in The Da Vinci Code movie using CS fundamentals and NLP
Updated
Apr 6, 2017
Python
An efficient combinatorics library for JavaScript utilizing ES2015 generators.
Updated
Feb 13, 2017
JavaScript
A collection of data structures and algorithms in C++
Pythonic package for combinatorics
Updated
Sep 13, 2019
Python
General purpose tools for high-throughput catalysis
Updated
Sep 25, 2020
Python
Type safe utils inspired from the Rust language for writing better TypeScript/Flow.
Updated
May 28, 2021
TypeScript
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
Spell words with elemental symbols from the periodic table ("He", "Cu", etc).
Updated
Apr 20, 2021
Python
Number types and utilities
Updated
Jul 18, 2021
Java
Java 8 combinatorics-related streams and other utilities
Updated
Jul 10, 2018
Java
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Updated
Jan 16, 2021
Jupyter Notebook
Tool for Solving Problems in Combinatorics and Computational Mathematics
Updated
Jun 22, 2021
JavaScript
Parallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times
Updated
Mar 7, 2021
Python
Purely functional iterators compatible with standard `seq`.
Updated
May 8, 2021
OCaml
A code for generating irreducible site-occupancy configurations
Updated
Jun 13, 2021
Fortran
LattE integrale, software for counting lattice points and integration over convex polytopes
Translation of, and commentary on, Joyal's classic paper "Une théorie combinatoire des séries formelles" (A combinatorial theory of formal series)
☕ Java Algorithms Implementation
Updated
Jun 13, 2021
Java
Computational Group Theory in Scala. It's Scala permuted!
Updated
Mar 19, 2019
Scala
Combinatorics generator for JavaScript and Typescript.
Updated
May 30, 2021
TypeScript
Algorithm Design, Data Structures, ACM-ICPC, and IOI
Improve this page
Add a description, image, and links to the
combinatorics
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
combinatorics
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The functionality to generate random Haar unitary and orthogonal matrices is already implemented in scipy as
unitary_group
andortho_group
. We should just use this functionality insiderandom_interferometer
instead of rein