Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Consider iterating through the string and storing each unique character that occurs in a set.
From Z to A, check whether both the uppercase and lowercase version occur in the set.