From 09d433baf6b7ca82aebbf3ae6e20f2c137d46436 Mon Sep 17 00:00:00 2001 From: Omar AbdElkareem Date: Tue, 16 Oct 2018 07:14:42 +0200 Subject: [PATCH] Update README.md Add the path of Bezout's coefficients under the topics of math. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 755da7ce..f2c78cde 100755 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ ACM-ICPC Algorithms is a collection of important algorithms and data structures * [Factors Of A Given Number](/Math/All%20factors%20of%20a%20given%20Number) * [Collatz Conjecture](/Math/collatz_conjecture) * [Combinations](/Math/Combinations) + * [Bézout's Coefficients](/Math/Bézout's%20Coefficients) * [Convuxhull](/Math/convuxhull) * [Euler's Totient Function](/Math/eulers_totient_function) * [Factorization](/Math/Factorization)