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.
same too! ^^
It's my solution too, but i think this might be O(n * n) though.
that was my first solution so...yes thinck its good
You are changing the input...
Not an issue.
Solved it. I was working on it in JS and found my bug. Thank you.
Which language is this?
EDIT: 'y' is not a counted as a vowel, if you are getting mixed up with that.
Same here, is this still unresolved?
I'm getting the same. I can't see how "yaay" is a return and I can't seem to recreate it in testing. Any ideas?
My code runs perfectly except for the fact it says 'yaay' should equal 'ayay'. Any idea what that is about?