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.
- Host: GitHub
- URL: https://github.com/ioedeveloper/common-multiples
- Owner: ioedeveloper
- Created: 2018-05-28T09:19:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T14:08:21.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T17:22:14.154Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.