码迷,mamicode.com
首页 >  
搜索关键字:parentheses    ( 825个结果
leetcode第31题--Longest Valid Parentheses
Given a string containing just the characters'('and')', find the length of the longest valid (well-formed) parentheses substring.For"(()", the longest...
分类:其他好文   时间:2014-10-22 23:32:51    阅读次数:235
Generate Parentheses
[leetcode]Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses....
分类:其他好文   时间:2014-10-21 12:26:59    阅读次数:166
leetcode第21题--Generate Parentheses
problem:Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is...
分类:其他好文   时间:2014-10-20 00:37:44    阅读次数:256
【LeetCode】Generate Parentheses 解题报告
【题目】 Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For example, given n = 3, a solution set is: "((()))", "(()())", "(())()", "()(())", "()...
分类:其他好文   时间:2014-10-16 17:12:42    阅读次数:186
LeetCode Generate Parentheses
Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))...
分类:其他好文   时间:2014-10-16 01:27:21    阅读次数:272
Longest Valid Parentheses
[leetcode] Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring....
分类:其他好文   时间:2014-10-09 17:06:08    阅读次数:187
LeetCode-Generate Parentheses
题目:Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"(((...
分类:其他好文   时间:2014-10-06 20:28:50    阅读次数:186
Valid Parentheses
[leetcode]Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid....
分类:其他好文   时间:2014-10-02 12:40:02    阅读次数:130
[leetcode] Longest Valid Parentheses @python
Given a string containing just the characters'('and')', find the length of the longest valid (well-formed) parentheses substring.For"(()", the longest...
分类:编程语言   时间:2014-10-01 02:49:20    阅读次数:232
[leetcode] Valid Parentheses @Python
https://oj.leetcode.com/problems/valid-parentheses/Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the inp...
分类:编程语言   时间:2014-10-01 01:40:20    阅读次数:256
825条   上一页 1 ... 72 73 74 75 76 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!