
Leetcode_分而治之
佛系城
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Search a 2D Matrix II
Search a 2D Matrix II原创 2017-06-20 20:04:48 · 271 阅读 · 0 评论 -
Maximum Subarray
Maximum Subarray原创 2017-06-20 18:39:57 · 168 阅读 · 0 评论 -
Majority Element
Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.原创 2017-03-20 20:45:57 · 211 阅读 · 0 评论 -
Kth Largest Element in an Array
LeetCode题目来源 Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. For example, Given [3,2,1,5,6,4] and k原创 2017-03-20 20:50:46 · 240 阅读 · 0 评论 -
Different Ways to Add Parentheses
Different Ways to Add Parentheses原创 2017-06-20 19:27:32 · 183 阅读 · 0 评论