Find the longest palindromic substring

Microsoft
Posted Jun 10, 2025

A string manipulation problem that tests algorithmic skills and understanding of substring searching techniques. Typically solved using dynamic programming or expand-around-center approaches, with solutions ranging from O(n²) to more optimized implementations.

Tags

Algorithms
String Manipulation
Dynamic Programming
0 likes
0 saved