https://github.com/yanggujun/eulerjs
solve problems in projecteuler.net. in javascript.
https://github.com/yanggujun/eulerjs
Last synced: 12 months ago
JSON representation
solve problems in projecteuler.net. in javascript.
- Host: GitHub
- URL: https://github.com/yanggujun/eulerjs
- Owner: yanggujun
- License: mit
- Created: 2014-03-25T09:14:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T07:52:31.000Z (almost 10 years ago)
- Last Synced: 2025-03-03T11:44:32.910Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eulerjs
=======
solve problems in projecteuler.net. in javascript. run upon nodejs.
euler.js includes the basic operations for natrual numbers, like retrieving the prime factors of a number, calculating the least common multiples, operations for big natrual numbers, etc.
problems.js includes the code to solve the problems in projecteuler.net.