Project Euler #228: Minkowski Sums

  • + 0 comments

    I figured it out - failures were due to using an integer type with too few bytes. Time outs are just simply due to my algorithm taking too long to compute. Now to come up with a better solution...