
分治
文章平均质量分 71
小榕流光
这个作者很懒,什么都没留下…
展开
-
[leetcode] 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原创 2016-05-01 14:08:59 · 641 阅读 · 0 评论 -
[leetcode] 312. Burst Balloons 解题报告
题目链接:https://leetcode.com/problems/burst-balloons/ Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by array nums. You are asked to burst all t原创 2016-05-13 15:35:07 · 4382 阅读 · 0 评论 -
[leetcode] 215. Kth Largest Element in an Array 解题报告
题目链接:https://leetcode.com/problems/kth-largest-element-in-an-array/ Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth dis原创 2016-02-21 07:29:34 · 2498 阅读 · 0 评论