forked from TheAlgorithms/C-Plus-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ncr mod p code (TheAlgorithms#1325)
* feat: Add ncr mod p code (TheAlgorithms#1323) * Update math/ncr_modulo_p.cpp Co-authored-by: David Leal <[email protected]> * Added all functions inside a class + added more asserts * updating DIRECTORY.md * clang-format and clang-tidy fixes for f6df24a * Replace int64_t to uint64_t + add namespace + detailed documentation * clang-format and clang-tidy fixes for e09a057 * Add extra namespace + add const& in function arguments * clang-format and clang-tidy fixes for 8111f88 * Update ncr_modulo_p.cpp * clang-format and clang-tidy fixes for 2ad2f72 * Update math/ncr_modulo_p.cpp Co-authored-by: David Leal <[email protected]> * Update math/ncr_modulo_p.cpp Co-authored-by: David Leal <[email protected]> * Update math/ncr_modulo_p.cpp Co-authored-by: David Leal <[email protected]> * clang-format and clang-tidy fixes for 5b69ba5 * updating DIRECTORY.md * clang-format and clang-tidy fixes for a8401d4 Co-authored-by: David Leal <[email protected]> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
- Loading branch information
1 parent
c8ce6f4
commit 67e26cf
Showing
19 changed files
with
1,078 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.