diff --git a/math/ncr_modulo_p.cpp b/math/ncr_modulo_p.cpp index 7c5329d8c..b84659b37 100644 --- a/math/ncr_modulo_p.cpp +++ b/math/ncr_modulo_p.cpp @@ -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 { /**