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
Amazing and clear explanation! Thanks westphalen!
Ops, when I predicted the final string size I forgot to include the hyphens while coming out with an equation for it.
It uses the mathematical understanding of a set, but you can think of it as a hashmap with only keys and no values, so unordered (can't use sort) and no duplicates.
Yeah! I just did some code breaking on VSCode an reached the same conclusion, the [...new Set(s1+s2)] seemed to weird I had to see what was happening. clever, but bad practice
This comment is hidden because it contains spoiler information about the solution
can you explain both of the modulos and exactly what they are doing / why you used them? thank you.
This comment is hidden because it contains spoiler information about the solution
Seeing all the crazy math people were using to solve this (math skills I can't get even close to understanding) makes me feel clever and stupid at the same time. lol
Is this worst practice than the top voted one?
I don't get it yet, but I find it sexy.
This comment is hidden because it contains spoiler information about the 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
come on, that's better than many top voted ones
Loading more items...