摘要:
原题链接在这里:https://leetcode.com/problems/valid-palindrome-ii/description/ 题目: Given a non-empty string s, you may delete at most one character. Judge whe 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/shortest-unsorted-continuous-subarray/ 题目: Given an integer array, you need to find one continuous subarray that 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/non-decreasing-array/description/ 题目: Given an array with n integers, your task is to check if it could become n 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/design-compressed-string-iterator/description/ 题目: Design and implement a data structure for a compressed string 阅读全文