Project Euler #212: Combined Volume of Cuboids

  • + 0 comments

    I did my best to optimize the code as much as possible. Despite of this I coudn't get it down to the c++ time limit for this challenge (2 seconds).

    Hope someday I can have a look at the best algorithm known for this challenge so I can learn what I didn't or did in excess.

    I'll keep an eye on it