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.
Nice little kata. I liked how it trains careful indexing and boundary checking without overthinking the logic. Clean and enjoyable. Thanks!
if 7kyu questions need sharp mindset ı cant even imagine 6kyu or 5kyu or...
Haskell translation approved.
Approved
This issue wasn't fixed: https://www.codewars.com/kata/59a2a3ba5eb5d4e609000055/discuss#59a5c2aedbe3b0bbce0000f8
The test is fine, it's your code that's returning
[1]instead of[0, 1]There is an issue with one of the tests
Should expect an array
[ 0, 1 ]but that specific test expects[1]insteadWhat makes you think there aren't?
fixed
approved
This comment is hidden because it contains spoiler information about the solution
merged
merged
This comment is hidden because it contains spoiler information about the solution
Quite interesting kata.
Loading more items...