• Custom User Avatar

    You can see (and discuss) your or other's solutions in Solutions. Make sure you mark your posts as having spoiler content there when needed too. Kata discourse is a place to ask for help, suggest improvements and report issues (and make some comments too), but not to post your own solution.
    Note that posting something in Solutions is totally optional, you don't need to post anything there at all. Other coding sites work differently, but here, your code passes the tests and you're awarded with honor points for it or it doesn't pass and you don't get any points. You can also get honor points for other things, read this: https://github.com/Codewars/codewars.com/wiki/Kata-Solutions-&-Voting

  • Custom User Avatar

    The array is already sorted!!!!!

  • Custom User Avatar

    Please, don't post solutions in Discourse.

  • Custom User Avatar

    There is a manner to find the index of a unique item in a sorted array which is way faster than looping through the entire array.

  • Custom User Avatar

    You must take advantage of the fact that the array is sorted...