From 98dbf20ec39fb0c45e78e3de954fde1879206c3b Mon Sep 17 00:00:00 2001 From: Richa jaishwal <156594333+Richajaishwal0@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:25:50 +0530 Subject: [PATCH] Update Euclidean_ALgorithm.md --- docs/Number theory/Euclidean_ALgorithm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Number theory/Euclidean_ALgorithm.md b/docs/Number theory/Euclidean_ALgorithm.md index 47beb8769..467c34ae0 100644 --- a/docs/Number theory/Euclidean_ALgorithm.md +++ b/docs/Number theory/Euclidean_ALgorithm.md @@ -1,5 +1,5 @@ --- -id:"Euclidean Algorithm" +id:"Euclidean-algorithm" title: "Extended Euclidean Algorithm" sidebar_label: "Extended Euclidean" sidebar_position: 8 @@ -167,4 +167,4 @@ The Extended Euclidean Algorithm is a valuable tool in number theory. It not onl - **Simplified Explanations**: Provided clearer explanations for beginners. - **Structured Format**: Organized the content into distinct sections for better flow. - **Code Comments**: Added comments to clarify the purpose of each part of the code. -- **Real-world Context**: Explained applications in a straightforward manner to relate to real-world problems. \ No newline at end of file +- **Real-world Context**: Explained applications in a straightforward manner to relate to real-world problems.