Page 5 of 5

Re: 10154 - Weights and Measures

Posted: Wed Jul 30, 2014 8:07 am
by lighted
Got Accepted!!! :lol: :lol: :lol:
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! :)