
分治
Frontier_Setter
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[LeetCode] (medium) 378. Kth Smallest Element in a Sorted Matrix395. Longest Substring with At Least
https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-characters/ Find the length of the longest substring T of a given string (consists of lowercase letters only) such that ever...原创 2019-02-19 20:19:48 · 125 阅读 · 0 评论 -
[LeetCode] (medium) 241. Different Ways to Add Parentheses
https://leetcode.com/problems/different-ways-to-add-parentheses/ Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers ...原创 2019-03-21 11:25:46 · 205 阅读 · 0 评论