
局部
文章平均质量分 76
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 162. Find Peak Element(查找峰值)
原题网址:https://leetcode.com/problems/find-peak-element/ A peak element is an element that is greater than its neighbors. Given an input array where num[i] ≠ num[i+1], find a peak element and ret原创 2016-05-25 01:40:48 · 2302 阅读 · 0 评论 -
LeetCode 32. Longest Valid Parentheses(最长有效括号)
原题网址:https://leetcode.com/problems/longest-valid-parentheses/ Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring原创 2016-05-20 10:36:43 · 516 阅读 · 0 评论