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.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/200.
Please join the discussion to help us identify duplicate kata and retire them.
At this point there is no point to make another kata about binary search: it's already done.
Needs random tests.
The below is an issue. Performance requirements are not enforced by the kata.
Recursive solutions are not banned.
Duplicate.
Nice Kata! But it needs more tests.
Test.expect
shouldn't be used for equality tests. UseTest.assertEquals
instead.