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.
fixed
XDDD
this is why I have to remember that my solutions aren't always sub-optimal, even when the amount of lines are
This seems good, definitely looks like the simplest coding solution to me.
This will not work for non English letter
According to reality, this solution is O(m + n) which is the fastest it can get. Yours is O(m * n) which is one of the slowest.
This comment is hidden because it contains spoiler information about the solution
Years late, but this advice is solid! Love this convo and the web dev community
best idea for solution!
Could anyone explain what Linq lib is connected here for? For Skip()? Thank youuu
Cool Kata, lot's of learning.
beginner here
someone please explain this code to me
в отрицательных числах пос.ледовательно кажется бывает в обратном порядке. -4 -3 -2 -1- 0 1 2 3 4 . но в данной задаче условие же другое...
I think it is a good solution, the only thing I don't like is the use of multiple returns.
This comment is hidden because it contains spoiler information about the solution
Loading more items...