Meta Interview Question

Given a String return the String without duplicate characters.

Interview Answer

Anonymous

Dec 15, 2015

Using map from C++ STL for seen characters.