Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Those two test cases are asking for the INDEX of the lowest value. It dosen't want to know what the lowest value IS, it just wants to know WHERE it is.
I hate this last case that makes the code time out. I spent a long time thinking about this and can't figure out how to make it run more efficient. I already have it skip over every other vote and it works fine up until the last test case.