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.
As it reads
{1,4,4,4,0,4,3,3,1} becomes:
{1,12,null,null,0,4,6,null,1}
Is it possible to get a break down of this solution please?
I knew it will be a one liver through Linq meanwhile my solution is like tens of lines lol
Same here, spent about a day trying to solve it.
WOw! there's no way I would have thought of this!