1.

Suppose you have an array of elements which has duplicates except 1 number, ex. 1,2,3,4,3,2,1. You need write a pseudo code to find the unique number

Answer»


Discussion

No Comment Found