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.
Hello, please don't post solutions in kata's Discourse. There is a Solutions section for that matter, and even there, mark your post as having spoiler content when they do. You can see all the solutions there and learn from them.
This is not a kata suggestion: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#post-discourse
This comment is hidden because it contains spoiler information about the solution
Evenness here simply means whether number is odd or even. For this kata, it means that either 1 number is even, and others are odd, or 1 number is odd, and others - even.
what is the definition of the evenness? Does it mean this array is linear?