|
|
back to boardCommon Board1024 formula I've solved 1024 and it's accepted, but I don't think that my solution is nice. Is there common non-recursive formula for this task? I mean 1017 :) > I've solved 1024 and it's accepted, but I don't think that > my solution is nice. > Is there common non-recursive formula for this task? Subj. Re: I mean 1017 :) Yes. There is dynamic solution. you should use matrix for storing previous results. |
|
|