https://github.com/connectedsystems/gcf-calculator
Calculate the Greatest Common Factor between `n` numbers
https://github.com/connectedsystems/gcf-calculator
Last synced: 27 days ago
JSON representation
Calculate the Greatest Common Factor between `n` numbers
- Host: GitHub
- URL: https://github.com/connectedsystems/gcf-calculator
- Owner: ConnectedSystems
- Created: 2017-04-01T08:03:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T12:06:57.000Z (almost 9 years ago)
- Last Synced: 2025-11-20T22:05:20.859Z (7 months ago)
- Language: Jupyter Notebook
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
GCF Calculator for `n` numbers.
Bored one night, I came across [this answer](https://www.quora.com/My-US-citizen-boyfriend-who-is-a-software-engineer-with-a-MS-in-Computer-Science-is-unable-to-get-a-job-in-his-field-Is-it-because-he-is-being-undermined-by-people-on-H1Bs/answers/38917295?srid=oDGD) to [this question](https://www.quora.com/My-US-citizen-boyfriend-who-is-a-software-engineer-with-a-MS-in-Computer-Science-is-unable-to-get-a-job-in-his-field-Is-it-because-he-is-being-undermined-by-people-on-H1Bs) on Quora
and wrote up my own solution(s). Then it devolved into seeing how to implement the same implementation across a variety of languages, and how fast I could make it for each language.