Project Euler #209: Circular Logic

  • + 0 comments

    A few test cases for n=5 or n=6 would have been nice.

    My solution works for 1-22, and then fails for all else mostly with wrong answer (just a few with timeout). But it seems my solution gives the right answer for the original Project Euler 209 problem (n=6). So I really dont know where to go from here.