|
|
back to boardIs there non-greedy solution? Re: Is there non-greedy solution? I founded some non-greedy solution :) O(N^4) Re: Is there non-greedy solution? As far as I remember I solved it by math. My algo is likely to be O(N^3). Re: Is there non-greedy solution? Posted by ile 17 Jun 2010 03:59 can you briefly describe what you did? i could solve it only with greedy approach... |
|
|