NVIDIA Interview Question

Shown a perl code, what does it do?

Interview Answer

Anonymous

Jun 21, 2018

Its a code for weeding out duplicate elements from an array. More efficient ways of doing it - use hashing