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
How this can be a BP. No readability, do not follow pip8 recs.
This comment is hidden because it contains spoiler information about the solution
O(N²) => bad time complexity
It's a better practice to use 'is' operator than '_ _eq _ _' (i.e. '==' and '!='), which can be overwritten and provoke weird behaviour.
Nice solution. Cant there be more than 2 most common weekdays? Thanks.
I want to know what does [3, 3, 0, 1][cakes % 4] means??
Love this one
Nice!
This comment is hidden because it contains spoiler information about the solution
Shame on me..
It's not an issue. Your code doesn't work for a list with length more than 3. Check the output on Codewars interpreter