Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simon-isler/euclidean-algorithms

an efficient method for computing the greatest common divisor (GCD) of two integers
https://github.com/simon-isler/euclidean-algorithms

euclidean-algorithm maths zhaw

Last synced: 11 days ago
JSON representation

an efficient method for computing the greatest common divisor (GCD) of two integers

Awesome Lists containing this project

README

        

# euclidean-algorithms
an efficient method for computing the greatest common divisor (GCD) of two integers

## Sources
- https://www.geeksforgeeks.org/euclidean-algorithms-basic-and-extended/
- https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm
- https://brilliant.org/wiki/bezouts-identity/