Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 188 Bytes

Hack-Night-2

Write a program to find the greatest common denominator (GCD) of two numbers.

NOTE: The program must be able to find the GCD of very large numbers in under 5 seconds.