GE interview question

Write a function to count unique characters in a string.

Interview Answer

Anonymous

24 Feb 2018

Trivial: manage a Boolean array of characters already seen a d parse string.