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.
Thanks HackJack, it's funny how terrible I am at reading the details. If I would have looked at the numbers listed and realized they skipped some numbers. Probably wouldn't be as hard as I made it
Thats a great point, I made a similar solution so next time I'll just see if I can condense the filter with some math.
Some of you guys are too dang smart
This is beyond being good at programming
You freaking Einstein lol
Oh, I assumed the repeat answer was not good. Thx for the response
The fix worked, you a real one
The correct result for
arr1 = [1, 2, 2]
andarr2 = [1]
is[2, 2]
; your solution is wrong.This comment is hidden because it contains spoiler information about the solution