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.
Great Kata! Working really hard to solve this. Managed to go through Sample cases but my code times out when I run. What kind of sizes of mazes we are talking about ?
Solving in Python, anyone with a suggestion on how to solve difference between scientific numbers and int?
Thanks in advance
After some weeks of thinking I got the "catch" of the kata.
Will just include some derangement calculation on my solution.
Great kata dude :)
This comment is hidden because it contains spoiler information about the solution
You should return with your function how long it will take for all the customers to check out. The first argument will bring you a list of how long each client will take. The second argument will tell the amount of queues available.
Why the third sample test is higher than the random test?
Still trying to trim down my code. :(