Ad
  • Custom User Avatar

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

  • Custom User Avatar

    it asks the result to be sorted in lexicographically order.

  • Default User Avatar

    I tried your solution which is wrong.

    Test Failed
    expected: "arp,live,strong"
         got: "live,arp,strong"
    

    I am afraid you didn't correctly read the description. Cheers.

  • Custom User Avatar

    input ? output? assertion message? Without that only one thing can be done here: resolve the issue.

    => ?

  • Custom User Avatar

    BASH

    I execute the code correctly and get them into an array but in a different order from the tests. Exactly, the order specified in the instructions :/