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
What am I missing?
groups = ['a', 'b', 'c', 'd', 'e', 'f']
location = 1 speed = 2 pref = b
Locations:...|0|1|2|3|4|5|6|7|8|9|...
F E D C B A......| |......... time = 0
... F E D C B A..| |......... time = 1
.........F E D C B|A|......... time = 2
.................F E D|C|B A...... time = 3
'b' never get to location = 1
But random test says: [] should equal [1]
Python test case #1 is looking for name ('Zach',) instead of 'Zach'
Totally agree.
There is no way this belongs to 8 kyu under given instructions!
Just wasted 2 hours of my life to learn nothing from it.
Really best decision for this task