Siemens Interview Question

Write a code to remove duplicate elements from an array?

Interview Answer

Anonymous

Aug 21, 2019

Wrote the code in O(n) complexity using hashing