pub fn longest_palindromic_substring(s: String) -> String
https://leetcode.com/problems/longest-palindromic-substring/