Desktop OnlyOur product is currently optimized for best experience on desktop device only
Problem
Submissions

Problem: Longest Palindromic Substring

Statement

Given a string s, return the longest palindromic substring in s.

Note: If there are multiple valid palindromic substrings of the same length, return any of them.

Constraints

  • 1≤1 \leq s.length ≤1000\leq 1000

  • s consist of only digits and English letters.