Project Euler #2: Even Fibonacci numbers

  • + 1 comment

    Instead of recursion I used this formula and it should cut down complexity quite a bit, but I still get two timeouts, so not sure what my algo is doing to be so slow.

    Binet's Formula