Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luzefiru/euclideanalgorithmgcf
- Owner: Luzefiru
- License: mit
- Created: 2022-09-01T07:06:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T14:29:43.000Z (over 2 years ago)
- Last Synced: 2024-11-09T20:12:52.467Z (2 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.