Expeditors interview question

How to combine two string without duplicate elements?

Interview Answer

Anonymous

19 Apr 2017

I use the set class, add all the string to set class object and then there is no duplicate elements.

Expeditors Interview Question: How to combine two string without duplicate elements? | Glassdoor