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

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

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.