Dsa
Strings
Easy
Palindrome Permutation Check
Write a function that checks if the characters of a given string can be rearranged to form a palindrome. Ignore spaces and treat uppercase and lowercase characters as the same. Return 'True' if a palindrome permutation is possible and 'False' otherwise.
Input Format:
- A single line containing the input string.
Output Format:
- A single string 'True' or 'False'.
Example:
Input:
Tact Coa
Output:
True
Key concepts
stringspalindromecounting
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