threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 680. Valid Palindrome II #1352

Closed threeal closed 1 month ago

threeal commented 1 month ago

This issue suggests solving the problem 680. Valid Palindrome II. To achieve this, one can check if a string is a palindrome by using two recursive functions, where one of them may skip one character to indicate it as deleted.