In pseudocode, write an algorithm that finds the longest palindrome within a string. For instance, inside "ababcdcbeb" it would be "bcdcb".
In pseudocode, write an algorithm that finds the longest palindrome within a string. For instance, inside "ababcdcbeb" it would be "bcdcb".
Sign up to share your answers and engage with other product managers!