GitHub topics: combinations-with-repetition
waz4/TinyComb
A lightweight C and CUDA library for efficiently calculating combinations with repetition. Jump to any combination much faster than bruteforce methods, leveraging precomputed factorials and `tiny-bignum-c` for big-number support.
Language: C - Size: 486 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

N8Brooks/combinatorics
🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.
Language: TypeScript - Size: 112 KB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 27 - Forks: 1

rootslab/geco
Geco, a (Constant Amortized Time) recursive generator* for k-combinations, chosen from a given set S of n elements.
Language: JavaScript - Size: 70.3 KB - Last synced at: 10 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 2

ram6ler/dart-trotter
A dart library that simplifies working with meta-arrangements commonly encountered in combinatorics such as arrangements of combinations and permutations.
Language: Dart - Size: 307 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

BaseMax/YourCombinationsJS
An efficient combinatorics library for JavaScript to generate and get the list of all Permutations and Combinations with the ability to enable or disable repetition. (utilizing ES2015 generators)
Language: JavaScript - Size: 49.8 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

BaseMax/FastCombPerm
FastCombPerm: A Fast Package For Creating Combinations and Permutations With And Without Repetition. Fast Combinations and Permutations Calculator - version 1.0.0
Language: Python - Size: 43.9 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

prajjaldhar/Recursion_Algorithms
Around 30 Recursion Questions are Uploaded
Size: 364 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

izeryab/CombinerX
Small tool design to Calculate maximum possible combination of given set in pair of 2,3 and 4 with flexibility to show double ,triple and multi pair
Language: Java - Size: 27.2 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

python-supply/comprehensions-and-combinations
Python comprehensions are a powerful language feature that can greatly improve the productivity of a programmer and the readability of code. This article explores how comprehensions can be used to build concise solutions for problems that require generating various kinds of combinations of all the elements from a finite (or infinite) set.
Language: Jupyter Notebook - Size: 55.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

BaseMax/AnalyzeCombine
Analyze the combine with and without the repetition. (SOON)
Language: PHP - Size: 25.4 KB - Last synced at: 4 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1

BaseMax/CombiningElements
Tiny program to display all of the element combinations.
Language: C++ - Size: 22.5 KB - Last synced at: 4 days ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1
