Project Euler #14: Longest Collatz sequence

  • + 0 comments

    My solution in Python worked for most of the test cases. Thing is, it didn't work on 4 of the test cases, and it seems like it just wants some hyper-optimizations that would end up being memory inefficient and weird. Seems like a pretty unfair set of test cases tbh.