Lonely Integer

  • + 0 comments

    I decided to reduce the time complexity using a set of a.

    a_set = set(a)
        for i in a_set:
            if a.count(i) == 1:
                return i