|  | 
|  | 
| back to board | interesting? Posted by svr  27 Dec 2007 16:25Why this problem has no forum.It is interesting question of image processing
 but I could'n find in internet similar description.
 After some thinking 20-string prog was created.
Re: interesting? Please give me your idea.naxart@yandex.ru
 Thanks.
Re: interesting? Posted by svr  28 Dec 2007 19:12It's is enough to solve the problem on each rowfor it's [i,i+21] segments
Re: interesting? I'll try to do this.Thanks.
Re: interesting? I've broke my brain trying to do it that way :D But no way, couldn't find a stable solution not based on luck and meeting TL for any test.
 Finally I have AC. With error diffusion :)
Re: interesting? My solution is fully random-based. Just O(M*N), and the most time-consuming part is reading/writing...Re: interesting? Mine is too. | 
 | 
|