combinations-with-repetition

There are 11 repositories under combinations-with-repetition topic.

  • N8Brooks/combinatorics

    🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.

    Language:TypeScript281191
  • ram6ler/dart-trotter

    A dart library that simplifies working with meta-arrangements commonly encountered in combinatorics such as arrangements of combinations and permutations.

    Language:Dart12231
  • 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:JavaScript4201
  • rootslab/geco

    Geco, a (Constant Amortized Time) recursive generator* for k-combinations, chosen from a given set S of n elements.

    Language:JavaScript4102
  • BaseMax/CombiningElements

    Tiny program to display all of the element combinations.

    Language:C++2201
  • BaseMax/AnalyzeCombine

    Analyze the combine with and without the repetition. (SOON)

    Language:PHP1201
  • 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:Python131
  • 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:Java0100
  • 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 Notebook0100
  • 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:C00
  • prajjaldhar/Recursion_Algorithms

    Around 30 Recursion Questions are Uploaded