摘要: 原题链接在这里:https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/ 题目: Given a string s of '(' , ')' and lowercase English characters. Yo 阅读全文
posted @ 2019-12-04 09:48 Dylan_Java_NYC 阅读(1247) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/custom-sort-string/ 题目: S and T are strings composed of lowercase letters. In S, no letter occurs more than once 阅读全文
posted @ 2019-12-04 08:47 Dylan_Java_NYC 阅读(431) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-characters/ 题目: Given a string S, return the number of substrings of l 阅读全文
posted @ 2019-12-04 08:21 Dylan_Java_NYC 阅读(921) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/find-and-replace-pattern/ 题目: You have a list of words and a pattern, and you want to know which words in words  阅读全文
posted @ 2019-12-04 07:01 Dylan_Java_NYC 阅读(305) 评论(0) 推荐(0)