Project Euler #251: Cardano Triplets

  • + 1 comment

    There is a nice way to do it in O(n^(2/3)) time, which is less than 1s for n=2*10^10.