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

https://github.com/ioedeveloper/common-multiples

An algorithm that finds the smallest number with 5digits that can be exactly divided by 60, 90 and 80.
https://github.com/ioedeveloper/common-multiples

Last synced: about 2 months ago
JSON representation

An algorithm that finds the smallest number with 5digits that can be exactly divided by 60, 90 and 80.

Awesome Lists containing this project

README

        

# common-multiples
An algorithm that finds the smallest number with 5digits that can be exactly divided by 60, 90 and 80.

# Technologies
Typescript

# IDE
Visual Studio Code

# Inspiration/Motivation
I wrote this piece of code to answer a question asked on Quora.
I hope it helps others also.