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 comment is hidden because it contains spoiler information about the solution
Isnt it linear complexity O(n)?
O(26×(n+n))= O(n)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
nice
damn, it's good
enlightning solution brotha. good stuff
Why?
Good solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I was enlightened when I saw this solution. thanks bro :)
Worst solution I ever seen 🤦
This comment is hidden because it contains spoiler information about the solution
Very nice solution! Instead of checking for what letters the sentence does contain, you checked for the first occurence where the sentence does not contain one of the 26 letters (looping over 26 letters as opposed to the sentence).
Loading more items...