filmov
tv
LeetCode LONGEST PALINDROME Solution Explained | Java | C++ | LeetCode 409 | Saad Aslam

Показать описание
Problem Description:
Given a string s which consists of lowercase or uppercase letters, return the length of the longest palindrome that can be built with those letters.
Letters are case sensitive, for example, "Aa" is not considered a palindrome here.
Example :
Input: s = "abccccdd"
Output: 7
ABOUT MY CHANNEL:
Hi! I’m Saad Aslam. On my channel, you will find content on Interview Preparation, Personal Branding, Competitive Programming, and the latest technology trends.
Subscribe here to see more of my videos in your feed!
#SaadAslam #coding #programming #competitiveprogramming #codinginterview #codinginterviewquestions
Given a string s which consists of lowercase or uppercase letters, return the length of the longest palindrome that can be built with those letters.
Letters are case sensitive, for example, "Aa" is not considered a palindrome here.
Example :
Input: s = "abccccdd"
Output: 7
ABOUT MY CHANNEL:
Hi! I’m Saad Aslam. On my channel, you will find content on Interview Preparation, Personal Branding, Competitive Programming, and the latest technology trends.
Subscribe here to see more of my videos in your feed!
#SaadAslam #coding #programming #competitiveprogramming #codinginterview #codinginterviewquestions