Ad
  • Custom User Avatar

    As far as I can tell, the only way to do this is JS is to do some serious mathematical research on ways to compute large fibonacci numbers.

    Linear-time algorithms just won't cut it because the numbers get too big past the 1 millionth fibonacci number. Always times out even with my most efficient algorithm

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution