3 Palindrome Codevita Solution [Updated]
3 Palindrome Problem Description 3 Palindrome Codevita In this 3 Palindrome, Given an input string word, split the string into exactly 3 palindromic substrings. Working from left to right, choose the smallest split for the first substring that still allows the remaining word to be split into 2 palindromes. Similarly, choose the smallest second palindromic…