Ad
  • Custom User Avatar

    That took me longer than it should have... Great kata!

  • Custom User Avatar

    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.

  • Custom User Avatar

    You are computing the symmetric difference while only A \ B is requested by the description.

    Not a kata issue.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Very fun! deff a great array tutorial :)

  • Custom User Avatar

    In my opinion, firstly, we have to remove duplicates from b: list(set(b)), then remove all suggestions.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I'm surprised this is a 6 kyu tbh

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    how to do that? i'm confuse

  • Custom User Avatar

    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

  • Custom User Avatar

    Next time, do not post any solutions, please.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Can youhelp

  • Loading more items...