Project Euler #150: Searching a triangular array for a sub-triangle having minimum-sum.

  • + 0 comments

    Lame that this cannot be done in python due to timeout. I did a non-recursive, dynamic programming solution that couldn't get a ton faster, still timeouts on every test case other than the sample.