码迷,mamicode.com
首页 >  
搜索关键字:valid architectures    ( 3038个结果
LeetCode --- 93. Restore IP Addresses
题目链接:Restore IP Addresses Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given "25525511135", return ["255.255.11.135", "25...
分类:其他好文   时间:2015-04-09 11:57:09    阅读次数:191
Valid Palindrome
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example,"A man, a plan, a canal: Pan...
分类:其他好文   时间:2015-04-09 00:58:05    阅读次数:128
LeetCode【20】Valid Parentheses
Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must close in the correct ...
分类:其他好文   时间:2015-04-08 23:19:09    阅读次数:230
[leetcode]Word Break II
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Return all such possible sentences.For example, given s = “catsanddo...
分类:其他好文   时间:2015-04-08 16:25:24    阅读次数:164
Valid Number @python
Valid NumberValidate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the ...
分类:编程语言   时间:2015-04-07 22:58:36    阅读次数:248
LeetCode #Valid Palindrome#
LeetCode #Valid Palindrome# 我的Python解答: """ Programmer : EOF e-mail : jasonleaster@gmail.com Date : 2015.04.07 File : vp.py """ import string ...
分类:其他好文   时间:2015-04-07 17:49:59    阅读次数:99
Leetcode---word Break II
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possible sentences. For example, given s = "...
分类:其他好文   时间:2015-04-07 10:09:29    阅读次数:91
【LeetCode】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 valid parentheses substring i...
分类:其他好文   时间:2015-04-06 20:21:52    阅读次数:113
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 (...
分类:其他好文   时间:2015-04-05 21:38:33    阅读次数:136
Valid Palindrome
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example,"A man, a plan, a canal: Pana...
分类:其他好文   时间:2015-04-05 17:20:10    阅读次数:97
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!