palindrome-case-sensitive

Status: IN

`longestPalindrome` treats uppercase and lowercase as distinct characters — `'A'` and `'a'` do not form pairs — matching the LeetCode problem spec.

Source: entries/2026/06/06/longest-palindrome-solution.md

JSON