Page 1 of 1

12105 - Bigger is Better

Posted: Fri Dec 29, 2006 7:25 pm
by aminallam
I wonder, where are the problems of the last 'hard' contest? And where is the forums related to it? I like to try submitting the problem 'Bigger is Better'.
I have made a very fast code. I made a dynamic programming approach using C++ code, that is very fast on my machine. (but got TLE)
I will be happy if someone tells me some optimization tricks for this problem?

Re: (The hard contest) Bigger is Better

Posted: Fri Dec 29, 2006 7:44 pm
by mf
aminallam wrote:I wonder, where are the problems of the last 'hard' contest?
Here:
http://acmicpc-live-archive.uva.es/nuev ... &year=2006

Posted: Sat Dec 30, 2006 1:26 pm
by aminallam
I cannot submit it, because I use an array:
char D[50][101][3000];
But how can I avoid it, and get the path (the actual string number) at end?