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.
Thanks for the feedback, I tried to clean it up a bit per your suggestion! Hopefully it helps
That is a great catch! Your arrangement is correct, my algorithm gave me a sub-optimal solution/score. I'll pull the kata for a bit and get that fixed.
Thank you, that is an interesting problem that I hadn't noticed. I will work on fixing this
That was a typo, thanks for catching that! For some reason I thought when I hit 'validate solution' that it would run the example tests as well, but now I see that I have to select that tab first. I have fixed that now!
good catch! I tried searching for other kata but didn't see the one that @FArekkusu mentioned
oh good catch! thank you
Ok, I updated that. Thanks again!
Oh, good catch! That's a copy/paste error. Recursion isn't needed, it could definitely be done with a loop. This is just the first idea I had! I'll re-write it with a loop for practice and to fix this issue :D Thanks!
Looks like it was just the way I had set up the tests. I was logging those values again unnecessarily. I removed that line of code and it only logs the message once per test now. Thanks for the input.
Great suggestion Voile, thank you. I have made that update
Yes, I looked through all of the potential duplicates that I could find, and couldn't find any that covered all of the same concepts seen here.
Good question, I'll look into it
Thanks, I have added additional instructions and test cases for this. The instructions now state that you should ignore any strings that contain any characters other than digits. I believe this should solve the issue you mentioned, but if you see anything else that needs attention, please let me know and I will look into it. Thanks
Ah... good catch! Thanks for the heads up, should be fixed now