摘要: 原题链接在这里:https://leetcode.com/problems/reorganize-string/ 题目: Given a string S, check if the letters can be rearranged so that two characters that are 阅读全文
posted @ 2019-12-05 07:55 Dylan_Java_NYC 阅读(302) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/longest-repeating-substring/ 题目: Given a string S, find out the length of the longest repeating substring(s). Re 阅读全文
posted @ 2019-12-05 07:33 Dylan_Java_NYC 阅读(2053) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/score-of-parentheses/ 题目: Given a balanced parentheses string S, compute the score of the string based on the fo 阅读全文
posted @ 2019-12-05 06:10 Dylan_Java_NYC 阅读(222) 评论(0) 推荐(0)