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 was a neat kata!
This is brilliant!
It never occurred to me to treat the tills as a structure to accrue checkout time, then just send the customer to the till with the least time accrued.
This comment is hidden because it contains spoiler information about the solution
Refactored variables, used a for-each loop, and added a description
This is so much cleaner than how I was approaching this problem
This comment is hidden because it contains spoiler information about the solution
Interestingly, I'm getting CloudFlare 504 errors now from CodeWars for a submission.
This comment is hidden because it contains spoiler information about the solution
Same [unsupported type] errors here.
I made a Java translation, but unfortunately I'm running into the following error, despite importing.
What am I noobing up here? :p
Translated to Python 3
(1) maketrans is now a method of str, rather than of string (3.1)
(2) lower and upper are now ascii_lowercase and ascii_uppercase, respectively (3.0)
fair :)
This comment is hidden because it contains spoiler information about the solution
Passing all the tests except the very last "hand is shaking" test, gosh I wish I had more test cases
This comment is hidden because it contains spoiler information about the solution
Loading more items...