DIY: Longest Palindromic Substring
Solve the interview question "Longest Palindromic Substring" in this lesson.
We'll cover the following...
Problem statement
Given a string, s
, return the longest palindromic substring in s
.