mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 15:05:47 +08:00
Update math/ncr_modulo_p.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
namespace math {
|
namespace math {
|
||||||
/**
|
/**
|
||||||
* @namespace ncr_modulo_p
|
* @namespace ncr_modulo_p
|
||||||
* @brief Functions for nCr modulo p implementation.
|
* @brief Functions for [nCr modulo p](https://cp-algorithms.com/combinatorics/binomial-coefficients.html) implementation.
|
||||||
*/
|
*/
|
||||||
namespace ncr_modulo_p {
|
namespace ncr_modulo_p {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user