Input a string and check and print whether it is a unique word or not
Answers
Answered by
0
Given a string, Determine if the string has all unique characters. Examples : Input : abcd10jk Output : true Input : hutg9mnd!nk9 Output : false ... If no duplicate characters encountered,.
Similar questions