|  | 
|  | 
| back to board | O(n^3) gets TLE. Can anyone give me a better hint? Posted by asif  23 Feb 2002 23:52My mail: bsc98001@yahoo.comRe: O(n^3) gets TLE. Can anyone give me a better hint? > My mail: bsc98001@yahoo.com
 Try to eliminate all RGB consecutive but be aware to not "destroy" a
 rare node (i.e. eliminate them in descending order)
Re: O(n^3) gets TLE. Can anyone give me a better hint? Posted by ASK  17 Mar 2010 20:04What seems to be O(n^3) DP is AC as far as you remember to use "break" | 
 | 
|