Cisco interview question

Remove the duplicate from unsorted array

Interview Answers

Anonymous

6 Apr 2016

I discuss two approach with space and complexity behavior

Anonymous

7 Aug 2016

Use a hash table or bit vector, each with O(1) access