Project Euler #124: Ordered radicals

  • + 0 comments

    Nice problem. Learnt a lot about segment tree and use of sieve and recursive approach to pass all test cases. Thanks a lot.