Jump to content

Unique characters in each string: Difference between revisions

clarify the task
(clarify the task)
Line 2:
 
;Task:
Given a list of strings,   find the characters appearing exactly once in each string and once only.
 
The result should be given in alphabetical order:
1 2 3 a b c
 
The result should be given in alphabetical order:.
 
Use the following list for this task:
["1a3c52debeffd", "2b6178c97a938stf", "3ycxdb1fgxa2yz"]
 
For this list, the result would be:
1 2 3 a b c
 
{{Template:Strings}}
2,469

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.