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

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.

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.