Sort by

recency

|

567 Discussions

|

  • + 0 comments

    Solution in Python ||Easy and Simple to understand

    Please upvote to help others .

    Without using xor operator
    
    # a.sort()
        # for i in range(0,len(a)-1,2):
        #     if (a[i] == a[i+1]):
        #         continue
        #     else:
        #         return a[i]
                
        # return a[len(a)-1]
    		
    		#Using XOR operator
    		
        result=0
        for i in a:
            result^=i
        return result 
    
  • + 0 comments

    (09)

  • + 0 comments

    /give devolowery auto Ciker

  • + 0 comments

    /give devolowery auto Cliker

  • + 0 comments

    (kick) me from IXL