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.
Duplicate. Closing.
For the input below. My code on my IDE correctly outputs true but my exact same copy pasted code on codewars outputs false for this same input. I'm struggling to figure out what I am doing wrong. I pass the sample tests as well as the Attempt tests exampleTest and randomTests. The following is the input from moreRandomTests, which I do not pass. I've created a slew of my own sample inputs and am able to those validate correctly. Any insight would be much appriciated.
I succeeded this kata by only checking squares... There's an issue with your test cases that are not strong enough...
You should review them...