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.
or even 'Afri_a'
I got the tests to pass, but the "attempt" tests are too difficult to debug at 6k loop size. Anyone have suggestions or tips?
This comment is hidden because it contains spoiler information about the solution
I just did this with my solution and then manually with pen and paper (it takes 10 seconds) and can confirm that 112 is indeed correct.
Yes, they are.
This one is resulting in 107, but it says 112 is the correct answer
test.assert_equals(queue_time([22, 30, 49, 34, 48, 40, 48, 48, 24, 29, 30], 4), 112, "wrong answer for a case with four tills")
Are the tests correct?