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.
Wrong test case for Number.NaN Expected: ''Input number is Number.NaN'', instead got: ''Input number is NaN''
Age is based on the assumtion that we are still 2021
Better leave this kata!
ranking should be in ascending order
Test Failedexpected: >= 49
got: 48
How then with the input:
String[] names = new String[] { "Sheldon", "Leonard", "Penny", "Rajesh", "Howard" };
int n =63;
you are supposed to get expected:<[Rajesh]> but was:<[Penny]>
This comment is hidden because it contains spoiler information about the solution
Java basic tests are not correct, as you need to use a static method and declare a static variable which holds the value for the next call and can not use recursion..