Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 467 Bytes

GCD & LCM Calculator

Link

https://jee-el.github.io/GCD-LCM-Calculator/

Try : 95474 & 2547401.

Why I chose Euclide's algorithm

Ever since we studied the GCD and the Euclidean algorithm at school, I've been wondering about what it would look like in a programming language, that is because I'd often come across the word algorithm in programming communities. As I've been learning the basics of javascript lately, I thought I'd try to code it in js.