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.
With 'attr_accessor' defined you can access the elements without '@'.
Using map and sum iterates 2 times in the String. With a reduce you can subsctract and accumulate.
Yes, totally.
We can do in O(n) if we first count the string chars and later do the check.
This comment is hidden because it contains spoiler information about the solution
I did it, but I know about the performance.
Clean and easy to read solution. Regex doesnt pay off their cost.
But its less readable. Nice trade to discuss hahaha