TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

Add Euclidean algorithm #201

Closed appgurueu closed 1 year ago

appgurueu commented 1 year ago

This adds an explanation of the Euclidean algorithm. It is intended to serve as an example of what a good explanation should roughly look like. See also #199.