摘要: 题目链接 "https://leetcode.com/problems/largest rectangle in histogram/" 题目原文 Given n non negative integers representing the histogram's bar height where 阅读全文
posted @ 2016-02-03 13:56 slurm 阅读(322) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/remove duplicates from sorted list/" 题目原文 Given a sorted linked list, delete all duplicates such that each element 阅读全文
posted @ 2016-02-03 13:44 slurm 阅读(208) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/remove duplicates from sorted list ii/" 题目原文 Given a sorted linked list, delete all nodes that have duplicate numb 阅读全文
posted @ 2016-02-02 22:56 slurm 阅读(325) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/search in rotated sorted array ii/" 题目原文 Follow up for "Search in Rotated Sorted Array": What if duplicates are al 阅读全文
posted @ 2016-02-02 22:39 slurm 阅读(198) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/remove duplicates from sorted array ii/" 题目原文 Follow up for "Remove Duplicates": What if duplicates are allow... 阅读全文
posted @ 2016-01-26 14:29 slurm 阅读(143) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/word search/" 题目原文 Given a 2D board and a word, find if the word exists in the grid. The word can be constru... 阅读全文
posted @ 2016-01-26 14:10 slurm 阅读(688) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/subsets/" 题目原文 Given a set of distinct integers, nums, return all possible subsets. Note: Elements in a subs... 阅读全文
posted @ 2016-01-26 13:46 slurm 阅读(383) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/combinations/" 题目原文 Given two integers n and k, return all possible combinations of k numbers out of 1 ... n.... 阅读全文
posted @ 2016-01-26 13:38 slurm 阅读(491) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/minimum window substring/" 题目原文 Given a string S and a string T, find the minimum window in S which will cont... 阅读全文
posted @ 2016-01-26 13:24 slurm 阅读(611) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/sort colors/" 题目原文 Given an array with n objects colored red, white or blue, sort them so that objects of the... 阅读全文
posted @ 2016-01-15 11:07 slurm 阅读(193) 评论(0) 推荐(0)