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
This comment is hidden because it contains spoiler information about the solution
thanks for the comment i actually really appreciate it. I actually realised the +-3 wouldn't work in all cases but I lazily didn't fix it 😂 but the first two points are good tips
Nice solution. I would probably prefer to see a
foreach
loop - personally I find them easier to read:I like that you check the length first: many solutions check it at the end which is a little inefficient I think.
This comment is hidden because it contains spoiler information about the solution