Persistent Systems Interview Question

Asked to write a code to remove duplicates from an array without using library functions

Interview Answer

Anonymous

Jul 28, 2019

Solved it using hashing 🙂