[SOLVED] Given a string, return a count of the number of characters

10.00 $

Category:

Description

5/5 - (10 votes)

Given a string, return a count of the number of characters in the string that are not repeated anywhere else in the string. For example, in the string “bacbaae”, only the 2 characters “c” and “e” are not repeated.