From 47247d217652e9db5ced9530ba2153090a6936f0 Mon Sep 17 00:00:00 2001 From: Thalisson-Alves Date: Sun, 8 Sep 2024 16:50:36 +0000 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7a785..caf0fb6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ The `code` directory is organized into various subdirectories, each focusing on ### Math -- [Combination](code/math/combination.cpp) +- [Combination Dp](code/math/combination_dp.cpp) +- [Combination Fact](code/math/combination_fact.cpp) - [Count Divisors](code/math/count_divisors.cpp) - [Crt](code/math/crt.cpp) - [Divisors](code/math/divisors.cpp)