
12 May
2007
12 May
'07
1:38 p.m.
Hello everybody, I briefly read the code posted by JD and I noted that in the cycle body you just access the last two rows of the dynamic table by typing d[i-1] and d[i-2]. Thus, one should avoid to store the full table and just deal with three rows or less if one consider well how the comparisons are done. I hope that I undestood well the code....and may be I will later post a simple library which I wrote during my "Algorithm and data structure" course at University, which should implement a quite similar algorithm (even if it doesn't use the Range Iterator Concept) Best Regards, Manuel Fiorelli