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.
That took me longer than it should have... Great kata!
I found the instructions ambiguous. Should state what elements / properites of array hold and explicitly confirm wether to update a in place or return a new array as function output. Test says "remove elements from a" which implies in place modification but actually expects returning a new array.
Test cases seemed to imply that both arrays are sorted, however this is never confirmed in the instructions.
You are computing the symmetric difference while only
A \ Bis requested by the description.Not a kata issue.
This comment is hidden because it contains spoiler information about the solution
Very fun! deff a great array tutorial :)
In my opinion, firstly, we have to remove duplicates from b: list(set(b)), then remove all suggestions.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I'm surprised this is a 6 kyu tbh
This comment is hidden because it contains spoiler information about the solution
how to do that? i'm confuse
the task is wrongly framed, it doesn't say anything about the use of sets (which turns the task into a joke) or standard array functions in different languages simplifying this task
Next time, do not post any solutions, please.
This comment is hidden because it contains spoiler information about the solution
Can youhelp
Loading more items...