Pregunta de entrevista de Expeditors

How to combine two string without duplicate elements?

Respuesta de la entrevista

Anónimo

19 de abr de 2017

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