Description
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.
10.00 $
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.