Update math/ncr_modulo_p.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Kaustubh Damania
2020-11-16 01:38:24 +05:30
committed by GitHub
parent 4741898e2c
commit 5b69ba5c6c

View File

@@ -19,7 +19,7 @@
namespace math {
/**
* @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 {
/**