|
|
back to boardCan you give me some hints?I know I should use DP,but i don't know how to solve it. Thank You. Re: Can you give me some hints?I know I should use DP,but i don't know how to solve it. Posted by BFL 24 May 2005 11:43 i think using recursive with memoization is more efficient than dp in this problem, because recursive don't search all the state. |
|
|