Cisco interview question

Remove the duplicate from unsorted array

Interview Answers

Anonymous

Apr 6, 2016

I discuss two approach with space and complexity behavior

Anonymous

Aug 7, 2016

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