1216. Valid Palindrome III
Description
**Input:** s = "abcdeca", k = 2
**Output:** true
**Explanation:** Remove 'b' and 'e' characters.**Input:** s = "abbababa", k = 1
**Output:** trueac
Last updated
**Input:** s = "abcdeca", k = 2
**Output:** true
**Explanation:** Remove 'b' and 'e' characters.**Input:** s = "abbababa", k = 1
**Output:** trueLast updated