Frage im Vorstellungsgespräch bei Ugam

Remove duplicate alphabets in a string

Antwort im Vorstellungsgespräch

Anonym

26. Juli 2019

You can remove it by using array adding a string length to a hashset and then hashset to a iterator. Iterator then eliminate regular order of a string.

4