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.
Can you please advise how to check the input of random tests in java?
Can you show a specific random test that is incorrect?
(For example, print the input your code is given, and copy the failing test input and result here)
.
You can check the input of random tests yourself, for example by printing it.
I just verified Python random tests, they look OK for me.
what if I told you that random tests are ok and your solution is incorrect?