Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luzefiru/euclideanalgorithmgcf

A program that gets two integers and then finds their GCF using the Euclidean Algorithm. This is code implementation of the Euclidean Algorithm pseudocode in my Programming I class.
https://github.com/luzefiru/euclideanalgorithmgcf

Last synced: 4 days ago
JSON representation

A program that gets two integers and then finds their GCF using the Euclidean Algorithm. This is code implementation of the Euclidean Algorithm pseudocode in my Programming I class.

Awesome Lists containing this project

README

        

# euclideanAlgorithmGCF
A program that gets two inputted non-negative, non-zero integers and then finds their GCF using the Euclidean Algorithm. This is a code prototype to easily visualize the concept in a programming class.