Browsing archives for May, 2010

Project Euler Problem Two

Development 30 May 2010 | 2 Comments

Yesterday 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 node.js. The problem is “Find the sum of all the even-valued terms in the [fibonacci] sequence which do not exceed four million.” My take on the solution was to run [...]

Tagged in , , , ,

Project Euler Problem One

Development 29 May 2010 | 2 Comments

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 [...]

Tagged in , ,