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.
Approved, thanks!
Good idea, but using if like that is less efficient because it forces the computer to check everything sequentially. For example, if the day is Tuesday (3), it still has to check Sunday and Monday first! Using a switch statement instead would be faster because the computer can jump straight to the correct day. Just a suggestion, but your code is still okay!"
done
Woops, I missed 2 slight issues with the sample tests (wrong import) and initial solution setup (wrong return type).
This fork fixes them.
Approved
Approved
Approved
Approved!!
Approved!
Approved!
Approved
Comment has been deleted, so there is no real issue!
Very nice kata by the way, thanks to the author!!
Could you kindly stop cheating now?
Loading more items...