Project Euler #73: Counting fractions in a range Discussions | | HackerRank

Project Euler #73: Counting fractions in a range

  • + 1 comment

    You can find my java solution here

    • + 0 comments

      After getting time-outs using a different solution, I tried this one (or a python version of it). In my IDE all the test cases took WAY longer for this solution, yet it passed the tests in the Hacker Rank environment. My solution should have taken less memory (if I understand correctly), and I don't see why it would have taken longer either. Very strange.