题目来源https://leetcode.com/problems/search-for-a-range/Given a sorted array of integers, find the starting and ending position of a given target value.Y... Read More
posted @ 2015-11-29 11:43 loadofleaf Views(370) Comments(0) Diggs(0) Edit
题目来源https://leetcode.com/problems/search-in-rotated-sorted-array/Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2... Read More
posted @ 2015-11-29 11:03 loadofleaf Views(149) Comments(0) Diggs(0) Edit
题目来源https://leetcode.com/problems/longest-valid-parentheses/Given a string containing just the characters'('and')', find the length of the longest val... Read More
posted @ 2015-11-29 10:15 loadofleaf Views(246) Comments(0) Diggs(0) Edit