
最值
文章平均质量分 74
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 325. Maximum Size Subarray Sum Equals k(和为k的最长子数组)
原题网址:https://leetcode.com/problems/maximum-size-subarray-sum-equals-k/Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn't one, return 0原创 2016-04-26 06:10:18 · 2463 阅读 · 0 评论 -
LeetCode 322. Coin Change(兑换硬币)
原题网址:https://leetcode.com/problems/coin-change/You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you原创 2016-04-25 02:32:12 · 2467 阅读 · 0 评论 -
LeetCode 85. Maximal Rectangle(最大矩形)
原题网址:https://leetcode.com/problems/maximal-rectangle/Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.方法:应用直方图最大矩形面积的方法。publ原创 2016-05-23 00:34:22 · 1827 阅读 · 0 评论 -
LeetCode 98. Validate Binary Search Tree(校验二叉搜索树)
原题网址:https://leetcode.com/problems/validate-binary-search-tree/Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtre原创 2016-05-23 00:39:15 · 506 阅读 · 0 评论 -
LeetCode 309. Best Time to Buy and Sell Stock with Cooldown(股票交易)
原题网址:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to原创 2016-04-20 13:34:58 · 673 阅读 · 0 评论 -
LeetCode 256. Paint House(房子涂色)
原题网址:https://leetcode.com/problems/paint-house/There are a row of n houses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a cer原创 2016-04-09 05:05:47 · 1703 阅读 · 0 评论 -
LeetCode 132. Palindrome Partitioning II(回文切分)
原题网址:https://leetcode.com/problems/palindrome-partitioning-ii/Given a string s, partition s such that every substring of the partition is a palindrome.Return the minimum cuts needed for a pa原创 2016-05-27 00:22:56 · 794 阅读 · 0 评论 -
LeetCode 343. Integer Break(整数分拆)
原题网址:https://leetcode.com/problems/integer-break/Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximu原创 2016-04-30 12:00:37 · 1217 阅读 · 0 评论 -
LeetCode 265. Paint House II(房子涂色)
原题网址:https://leetcode.com/problems/paint-house-ii/There are a row of n houses, each house can be painted with one of the k colors. The cost of painting each house with a certain color is differe原创 2016-04-10 16:22:00 · 1606 阅读 · 0 评论 -
LeetCode 360. Sort Transformed Array(计算函数)
原题网址:https://leetcode.com/problems/sort-transformed-array/Given a sorted array of integers nums and integer values a, b and c. Apply a function of the form f(x) = ax2 + bx + c to each element原创 2016-06-17 11:42:23 · 1314 阅读 · 0 评论 -
LintCode Backpack II(背包II)
原题网址:http://www.lintcode.com/en/problem/backpack-ii/Given n items with size Ai and value Vi, and a backpack with size m. What's the maximum value can you put into the backpack? Notice原创 2016-06-21 00:55:11 · 580 阅读 · 0 评论 -
LeetCode 239. Sliding Window Maximum(滑动窗口最大值)
原题网址:https://leetcode.com/problems/sliding-window-maximum/Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only原创 2016-04-06 12:53:10 · 5997 阅读 · 0 评论 -
LeetCode 188. Best Time to Buy and Sell Stock IV(股票买卖)
原题网址:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the m原创 2016-05-02 15:03:28 · 1990 阅读 · 0 评论 -
LeetCode 64. Minimum Path Sum(最小路径和)
原题网址:https://leetcode.com/problems/minimum-path-sum/Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along it原创 2016-05-21 11:59:41 · 1270 阅读 · 0 评论 -
LeetCode 53. Maximum Subarray(最大子数组)
原题网址:https://leetcode.com/problems/maximum-subarray/Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [−2,1原创 2016-05-21 06:53:56 · 1319 阅读 · 0 评论 -
LeetCode 280. Wiggle Sort(摇摆排序)
原题网址:https://leetcode.com/problems/wiggle-sort/Given an unsorted array nums, reorder it in-place such that nums[0] = nums[2] .For example, given nums = [3, 5, 2, 1, 6, 4], one possible ans原创 2016-04-14 07:27:02 · 936 阅读 · 0 评论 -
LeetCode 121. Best Time to Buy and Sell Stock(股票买卖)
原题网址:https://leetcode.com/problems/best-time-to-buy-and-sell-stock/Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to comple原创 2016-05-24 00:36:30 · 743 阅读 · 0 评论 -
LeetCode 122. Best Time to Buy and Sell Stock II(股票买卖)
原题网址:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the m原创 2016-05-24 00:36:52 · 446 阅读 · 0 评论 -
LeetCode 255. Verify Preorder Sequence in Binary Search Tree(检查二叉搜索树的前序遍历)
原题网址:https://leetcode.com/problems/verify-preorder-sequence-in-binary-search-tree/Given an array of numbers, verify whether it is the correct preorder traversal sequence of a binary search tree.原创 2016-04-09 04:44:06 · 1001 阅读 · 0 评论 -
LeetCode 179. Largest Number(最大数)
原题网址:https://leetcode.com/problems/largest-number/Given a list of non negative integers, arrange them such that they form the largest number.For example, given [3, 30, 34, 5, 9], the largest原创 2016-05-25 01:36:20 · 1924 阅读 · 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-04-21 14:39:10 · 3604 阅读 · 0 评论 -
LeetCode 155. Min Stack(最小栈)
原题网址:https://leetcode.com/problems/min-stack/Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Re原创 2016-05-26 00:56:06 · 980 阅读 · 0 评论 -
LeetCode 152. Maximum Product Subarray(最大乘积)
原题网址:https://leetcode.com/problems/maximum-product-subarray/Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example, given the原创 2016-05-26 01:04:48 · 1035 阅读 · 0 评论 -
LeetCode 321. Create Maximum Number(寻找最大数)
原题网址:https://leetcode.com/problems/create-maximum-number/Given two arrays of length m and n with digits 0-9 representing two numbers. Create the maximum number of length k from digits of th原创 2016-04-25 02:00:54 · 1997 阅读 · 0 评论 -
LeetCode 213. House Robber II(小偷游戏)
原题网址:https://leetcode.com/problems/house-robber-ii/Note: This is an extension of House Robber.After robbing those houses on that street, the thief has found himself a new place for his thiev原创 2016-05-05 03:34:24 · 240 阅读 · 0 评论 -
LeetCode 5. Longest Palindromic Substring(最长回文子串)
原题网址:https://leetcode.com/problems/longest-palindromic-substring/Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there e原创 2016-05-19 03:25:31 · 512 阅读 · 0 评论 -
LeetCode 16. 3Sum Closest(最接近的和)
原题网址:https://leetcode.com/problems/3sum-closest/Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integ原创 2016-05-19 06:09:48 · 458 阅读 · 0 评论 -
LeetCode 84. Largest Rectangle in Histogram(最大矩形)
原题网址:https://leetcode.com/problems/largest-rectangle-in-histogram/Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest原创 2016-05-23 00:34:09 · 481 阅读 · 0 评论