Re: 10154 - Weights and Measures
Posted: Wed Jul 30, 2014 8:07 am
Got Accepted!!!
My implementation with sorted list was wrong. I implemented with array towers of different length.
Every time i try to build longer towers using current turtle. Complexity is O(N x N).
I accepted with sorting by strength and also with my sort method too.
Thanks Brianfry for tests!



My implementation with sorted list was wrong. I implemented with array towers of different length.
Every time i try to build longer towers using current turtle. Complexity is O(N x N).
I accepted with sorting by strength and also with my sort method too.

Thanks Brianfry for tests!
