XOR Subsequences Discussions | Algorithms | HackerRank
  • + 1 comment

    I can't get the Python3 example to work at all, even if I just return the expected result it still says it fails:

    def xorSubsequence(a):
        return "1 3"