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
Having a problem with this tests...
My IDE runs the code (and the sample tests) within 0.007 sec.
Also the Tests on CodeWars are fine.
But when attampting to pass as solution, i get an java time out exception each time (it took more than 20 sec).
Is this a failing Unit test?
I believe, the Java Testcase has a compilation error
The Build Output:
The code template uses "itemsCount()" not "itemCount()"