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.
solution in 1 string :0
2 and 3 go to different tills. Read the description again.
why
queue_time([2,3,10], 2)
should return 12
first checkout working 2 + 3 == 5 times
and
second checkout working 10 times
10 biggest than 5 and should give 10. but correct answer is 12 :/