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.
to clarify: this only happens with the Cuban Peso (
CUP
) which has denominations[1, 3, 5, 10, 20, 50, 100]
. all other currencies seem to becanonical
alright, thanks!
hm, not sure. I literally got an idea for this kata from just discovering
dir()
! and I suppose I would go that route if I were the one to solveumm, sorry, I'm not too sure what you are saying. Do you want me to add some reading link in the description as a hint? I don't know which one and is it really worth..
Approved
I made my solution faulty to pass tests and checked the reference solution. It's broken: it only counts vowel substrings that are followed by a non-vowel char.
Fix:
https://www.codewars.com/kumite/650af328f2cc7a0064475fa3?sel=650af328f2cc7a0064475fa3
Seeing the same thing here (Python):
Why? What's different?
Kata notes updated. Thanks.