Siemens interview question

Write a code to remove duplicate elements from an array?

Interview Answer

Anonymous

21 Aug 2019

Wrote the code in O(n) complexity using hashing