Problem 2 Description, from Project Euler Find the sum of all the even-valued terms in the Fibonacci sequence which do not exceed four million. Solutions My first attempt The trickiest thing for me was figuring out how to write the fibonacci function in an elegant way. I know that with functional languages, recursion is supposed […]
fibonacci
There is one post tagged fibonacci.