Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 225 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 225 Bytes

Good morning! Here's your coding interview problem for today.

This problem was asked by Amazon.

Given n numbers, find the greatest common denominator between them.

For example, given the numbers [42, 56, 14], return 14.