As always, us developers will have a task and a plethora of ways that we could go about solving it. But, being the way we are, some more NIH (Not Invented Here Syndrome) then others, we don’t want to just solve the problem, we don’t want to just hack something up to solve it, we want to solve it in the most awesome and [...]
OzzieP
My article on Problem 1 is here. This is Project Euler’s Problem 2: Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, … By considering the terms in the Fibonacci sequence whose values do not exceed [...]
jeffliu
wu yi When ECMAScript 2017 was finalized in June I felt that I was not completely comfortable with the language features introduced in ECMAScript 6. ? To fix that I started solving the exercises at Project Euler using as many ES6 features as possible. This is Problem 1: If we list all the natural numbers below 10 that are multiples of 3 [...]
jeffliu