mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-29 13:03:58 +08:00
feat: Add modular_exponentiation.cpp (#1276)
* Add modular_exponentiation * Delete modular_exponentiation * Add modular_exponentiation * Update and rename modular_exponentiation to modular_exponentiation.cpp * Update modular_exponentiation.cpp * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * clang-format and clang-tidy fixes for4b93d5a5* Update modular_exponentiation.cpp * Update modular_exponentiation.cpp * Update modular_exponentiation.cpp * Update modular_exponentiation.cpp * Update modular_exponentiation.cpp * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * clang-format and clang-tidy fixes for053aea0b* Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update math/modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update modular_exponentiation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e44943aadb
commit
fee3a74e35
@@ -146,6 +146,7 @@
|
||||
* [Least Common Multiple](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/least_common_multiple.cpp)
|
||||
* [Magic Number](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/magic_number.cpp)
|
||||
* [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)
|
||||
* [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)
|
||||
|
||||
Reference in New Issue
Block a user