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.
The description should be clarified.
It should read something like:
The array is either entirely comprised of odd integers and a single even integer or entirely comprised of even integers and a single odd integer.
Currently it reads:
"The array is either entirely comprised of odd integers or entirely comprised of even integers except for a single integer N."
If one reads that "or" as exclusive, it means that the only time there will be an outlier to return is in the case of the array containing mostly even integers.