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

10.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

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.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.