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
In Java, test4 is the only one not passing for me. It doesn't even say what the result is supposed to be. I've tried debugging it by printing out the arrays, and even printing out the number of elements in the arrays. Both of them aren't showing anything. What am I doing wrong?
This comment is hidden because it contains spoiler information about the solution
This makes me so mad lol great job.
It would have been a little more helpful if the kata description specified that the numbers can use more than 7 bits, but great kata.
This comment is hidden because it contains spoiler information about the solution
Can this kata be solved using recursion? And if so, is there anything I should keep in mind? My code works perfectly fine in my IDE, but on here it's giving me wrong answers.
This comment is hidden because it contains spoiler information about the solution
Tell me about it.
I figured out what's going on. In the random test cases, it's appending 'u' after question marks. I'm confused as to why it does that because I already specified a question mark as a case in which it should just be appended to the final string, and not even go through the process of appending vowels. Is a question mark like some weird operator or something?
This comment is hidden because it contains spoiler information about the solution
Lovea yit!ga
Wow, thanks!
This comment is hidden because it contains spoiler information about the solution
Java. And it fails all the tests. I tried to use a recursive function to solve the problem. Do you think that's the issue?
Loading more items...