Skip to content

Commit

Permalink
Update Euclidean_ALgorithm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Richajaishwal0 authored Nov 7, 2024
1 parent 98dbf20 commit 73e5fc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/Number theory/Euclidean_ALgorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,3 @@ This means it runs efficiently, even for large numbers.
## Conclusion

The Extended Euclidean Algorithm is a valuable tool in number theory. It not only computes the GCD but also provides the coefficients that relate two numbers. Its applications span various fields, including cryptography and competitive programming, making it an essential algorithm to understand.

### Summary of Improvements:
- **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.

0 comments on commit 73e5fc0

Please sign in to comment.