Dsa
Strings
Easy
Unique Character String
Write a program that determines if a string contains all unique characters (no character can appear more than once). The program should return 'YES' if the string contains all unique characters, otherwise return 'NO'. Ignore spaces and consider the string case-sensitive.
Example Input:
abc def
Example Output:
YES
Key concepts
stringsuniquenessvalidation
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now