Back to Questions

Longest Palindromic Substring

139K viewsAsked at Meta
Medium

Question Explain

Given a string `s`, return the longest palindromic substring in `s`. Consider the 'Expand Around Center' approach.

Start Trying This Question Simulation

Practice answering orally or with text to get instant AI feedback.

Practice with This Question
Longest Palindromic Substring - Interview Question