How to count the unique characters in a string in c++?

Revision en1, by saifalvi, 2020-04-26 14:14:49

236A - Boy or Girl In this problem we have to find out if the number of distinct characters in one's user name is odd or even. How do I count the unique characters in a string in c++? TIA.

Tags #string, 800, #implementaion

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English saifalvi 2020-04-26 14:15:59 9 Tiny change: 'even. How do I count the' -> 'even. How to count the'
en1 English saifalvi 2020-04-26 14:14:49 239 Initial revision (published)