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.
Really need to alter the "case insensitive" description as this is indeed case sensitive.
changed the method name, approved
This is literally what "case-insensitive" means.
now on dart
Translation Dart
The author is inactive, so all hope rests on the community.
Added an additional test showing that animal
can contain a capital letter.
Hello, in other languages, the word alligator is also capitalized.
The description states that the word alligator is not case sensitive,
which means that alligator = Alligator = aLLIGATOR = aLlIgAtOr are all equal, so this is not an error.
It says case insensitive but the random test include uppercase character for alligator. Had to change the text to lowercase just to pass the test.
Please change this
Language: R
The problem seems simple, but it requires an understanding of cyclic array traversal and index manipulation — this is more challenging than it appears.
Random tests have a 95% chance of testing with
"ALLIGATOR.A fixed test would be good though.
In Javascript, it doesn't actually test for case-insensitivity.
Am I the only one that found the exercise instructions foggy?
done
fixed
done
approved
Loading more items...