[LeetCode] Minimum Insertion Steps to Make a String Palindrome

1 · · Jan. 29, 2022, 3:32 a.m.
1312. Minimum Insertion Steps to Make a String Palindrome Given a string s. In one step you can insert any character at any index of the string. Return the minimum number of steps to make s palindrome. A Palindrome String is one that reads the same backward as well as forward. ...