Here are
337 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
An interactive visualization tool for graph theory
A combinatorics library for Julia
Updated
Dec 12, 2021
Julia
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Combinatorics Javascript Library
Updated
Jan 27, 2016
JavaScript
Random number generators, probability distributions, combinatorics and statistics for Java.
Combinatorial objects stream generators for Java 8+.
Updated
Jan 30, 2022
Java
Random vectors: marginal and conditional distributions. Normal, t-distribution, Chi-square and F-distribution... AND A LOT MORE.
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Updated
Jan 2, 2022
Jupyter Notebook
Combinatorial Objects Generators for Java 7+.
Updated
Aug 13, 2021
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 18, 2021
Python
General purpose tools for high-throughput catalysis
Updated
Jan 31, 2022
Python
Type safe utils inspired from the Rust language for writing better TypeScript/Flow.
Updated
Feb 11, 2022
TypeScript
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
Number types and utilities
Updated
Feb 25, 2022
Java
Bringing (more) Combinatorics to Ruby.
Updated
Jan 17, 2022
Ruby
Parallel Tabu Search and Genetic Algorithm for the Job Shop Schedule Problem with Sequence Dependent Set Up Times
Updated
Mar 7, 2021
Python
Algorithm Design, Data Structures, ACM-ICPC, and IOI
Spell words with elemental symbols from the periodic table ("He", "Cu", etc).
Updated
Apr 20, 2021
Python
Java 8 combinatorics-related streams and other utilities
Updated
Jul 10, 2018
Java
Updated
Feb 26, 2022
JavaScript
Tool for Solving Problems in Combinatorics and Computational Mathematics
LattE integrale, software for counting lattice points and integration over convex polytopes
Purely functional iterators compatible with standard `seq`.
Updated
Feb 17, 2022
OCaml
A code for generating irreducible site-occupancy configurations
Updated
Nov 11, 2021
Fortran
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