Optimizely Interview Question

Remove duplicates numbers from an array in place (i.e. without using another array)

Interview Answer

Anonymous

Sep 20, 2024

I solved first question in O(n) using 2 pointers