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.
Some of the test cases are failing because of case sensetivity. I copied the DATA array and fixed the array in my solution.
Pre-loaded array should not cause failures in test cases.
This comment is hidden because it contains spoiler information about the solution
Thank you for your help. Would you check over my code when I post it, please? I was confused because it kept running for the test cases but then the last one failed when I submitted an attempt. I can't figure out why. I will post code in a few minutes. Thank you so much. I'm sorry. I didn't realize the question/issue section differences. I know now! ^_^
I am using Java, and the last test case when submitting for an actual attempt always fails. I am not sure why. The code is good, and works, but the initiateRandTests test keeps failing. I was wondering why that is... Maybe there is an error in my code?