mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-29 13:03:58 +08:00
Feat: added n_choose_r combinatorics algorithm (#1429)
* feat: added n_choose_r combinatorial algorithm * fix: some type casting issue * fix: MathJax documentation fix * fix: MathJax documentation fix * fix: MathJax notation fix * fix: header comments Co-authored-by: David Leal <halfpacho@gmail.com> * fix: suggested changes to documentation * updating DIRECTORY.md * fix: suggested changes * fix: suggested changes * fix: namespace closing comment Co-authored-by: David Leal <halfpacho@gmail.com> * fix: removing a blank line Co-authored-by: David Leal <halfpacho@gmail.com> * fix: link issue * fix: removed link * fix: removed newline Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
* [Miller Rabin](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/miller_rabin.cpp)
|
||||
* [Modular Exponentiation](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/modular_exponentiation.cpp)
|
||||
* [Modular Inverse Fermat Little Theorem](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/modular_inverse_fermat_little_theorem.cpp)
|
||||
* [N Choose R](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/n_choose_r.cpp)
|
||||
* [Number Of Positive Divisors](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/number_of_positive_divisors.cpp)
|
||||
* [Power For Huge Numbers](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/power_for_huge_numbers.cpp)
|
||||
* [Prime Factorization](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/prime_factorization.cpp)
|
||||
|
||||
Reference in New Issue
Block a user