Project Euler Problem One
A long time ago I decided to do a couple of posts about project euler. I find the problems to be great excersize. It was not before I began to look into node.js though, that I began writing code for the problems for the purpose of publishing it.
The first problem on the list is very simple. “Find the sum of all the multiples of 3 or 5 below 1000″. The solution, then, must be to find all numbers that are multiples of 3 and 5, and then adding those…
This solution is pretty simple. You (probably) need nodejs to run the code.
[...] Claus Wittsoftware and web developerHomeAbout meProject Euler Problem TwoYesterday I posted my first euler-code. This time we will take a look at problem two, again with the help of some javascript running on [...]
Project Euler Problem Two | Claus Witt
30 May 10 at 10:05
[...] the previous three problems I have posted about, this is written to run on node.js. by Claus Witt June 4, 2010 [...]
Project Euler Problem Four | Claus Witt
4 Jun 10 at 07:03