Ad
  • Custom User Avatar

    I think this questions is stupid how is this possible?

    a=["NORTH", "WEST", "SOUTH", "EAST"]
    test.assert_equals(dir_reduc(a), ["NORTH", "WEST", "SOUTH", "EAST"])

    How do you get this result? If you are given these instructions, then taking these directions will lead you to the same spot you were before. I get the question but if the purpose is to avoid redundancy then what is more redundant than being end up in the same spot?

  • Custom User Avatar

    your solution is not linear and slow

  • Custom User Avatar

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

  • Custom User Avatar

    if it is easy, you can try to solve it linearly! That's what I did.