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.
Very good, very simple logic and very inteligent. Congratulations.
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
Your algorithm is very clear, congratulations. But, your algorithm has complexity O(N * N). For each string in "b", there will be N interactions in "a".
I thought that using funcitons like, Array.some(...) or Array.includes(...), would reduce the processing time.
Very well explained.
Very clean code.
Very well explained.
Very clean code.