Virtusa interview question

How to check whether duplicate elements are present in an array? (Asked to write the code)

Interview Answer

Anonymous

May 7, 2018

Using Set Data Structure.