Friday, January 20, 2012

Project euler memo: Problem 324

Problem 324: Filling a very high tower (3x3x10^10000) with blocks (1x1x2). I first tried with something similar to problem 161. I found the correct, but it took too long to finish 10^1000: 4 hours with C++. I need to read the forum.
-----
(update) With a minor change, it takes 2 hours now.

0 Comment: