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.
No, a recursive solution will not cause that error, it is a Codewars issue, not a kata issue, retry later on, it usually sorts itself out.
I'm getting a "error: cannot find symbol assertEquals" error when running in Java, but the code works fine in Eclipse. I'm using a recursive solution and a function outside the persistence function to obtain the counter variable, could that be the problem?