Find longest palindromic substring
Company: Meta
Role: Machine Learning Engineer
Category: Coding & Algorithms
Difficulty: medium
Interview Round: Onsite
Quick Answer: This question evaluates knowledge of string algorithms and pattern recognition, focusing on identifying palindromic substrings and reasoning about time and space complexity for contiguous substring problems.