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.
Maybe it is because I am not familiar with this voting system, but my initial understanding of the description of the algorithm does not match up with the test. It says 'In case of a tie for least, remove all of the tying candidates.', but if I look at the test, every party is listed for every voter, which would mean they all tie for least votes. Yet :ind is expected to be the winner.
I guess only the first votes are compared?
Anyway I found the description to be a little too vague on that point.