Longest Palindromic Substring at Yandex
Medium37.3% acceptance
This problem has 62.5% frequency at Yandex.
Problem Description
Given a string `s`, return _the longest_ _palindromic_ _substring_ in `s`.
Read full problem and hintsTopics
Also asked at 75 companies
More Yandex Questions
Longest Subarray of 1's After Deleting One ElementMediumLongest Substring Without Repeating CharactersMediumString CompressionMediumFind K Closest ElementsMediumValid PalindromeEasy
View all Yandex questions