|
|
back to boardhow to choose from which town to start? I am getting TLE on test 24. How will you choose from which town to start? Because of this I had to start from every town to find the answer. For each town it took me O(n),so for all the towns it becomes O(n^2), causing TLE. Re: how to choose from which town to start? Actually that's the main issue for this problem. If you want a hint - that's it: try to develop some dynamic programming scheme for solution. Re: how to choose from which town to start? Edited by author 05.04.2013 16:20 Edited by author 05.04.2013 16:20 Re: how to choose from which town to start? Finally AC! Slight implementation change got me AC!. Re: how to choose from which town to start? Edited by author 05.04.2013 16:19 Edited by author 05.04.2013 16:19 |
|
|