码迷,mamicode.com
首页 >  
搜索关键字:determine    ( 2744个结果
leetcode 139. Word Break
Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segmented into a space-separated sequ ...
分类:其他好文   时间:2019-02-21 21:34:06    阅读次数:221
leetcode:20
描述:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. ...
分类:其他好文   时间:2019-02-19 12:02:48    阅读次数:153
PAT A1016 Phone Bills (25 分)
A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dependi ...
分类:其他好文   时间:2019-02-16 15:16:03    阅读次数:176
20. Valid Parentheses(js)
20. Valid Parentheses Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input ...
分类:Web程序   时间:2019-02-16 13:42:21    阅读次数:237
[Lintcode]95. Validate Binary Search Tree/[Leetcode]98. Validate Binary Search Tree
"95. Validate Binary Search Tree" / "98. Validate Binary Search Tree" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, determine if it i ...
分类:其他好文   时间:2019-02-14 22:12:44    阅读次数:199
[Lintcode]93. Balanced Binary Tree/[Leetcode]
"93. Balanced Binary Tree" / "" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, determine if it is height balanced. For this problem, a ...
分类:其他好文   时间:2019-02-14 20:37:15    阅读次数:145
POJ2349:Arctic Network(二分+最小生成树)
Arctic Network 题目链接:http://poj.org/problem?id=2349 Description: The Department of National Defence (DND) wishes to connect several northern outposts b ...
分类:Web程序   时间:2019-02-13 22:57:29    阅读次数:274
[Lintcode]181. Flip Bits
"181. Flip Bits" 本题难度: Easy Topic: Math&Bit Manipulation Description Determine the number of bits required to flip if you want to convert integer n to ...
分类:其他好文   时间:2019-02-10 09:33:33    阅读次数:225
LeetCode-139-Word Break
算法描述: Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segmented into a space-separate ...
分类:其他好文   时间:2019-02-06 17:05:30    阅读次数:171
CodeCraft-19 and Codeforces Round #537 (Div. 2) A - Superhero Transformation
题目描述 题目描述 We all know that a superhero can transform to certain other superheroes. But not all Superheroes can transform to any other superhero. A sup ...
分类:其他好文   时间:2019-02-05 00:34:35    阅读次数:236
2744条   上一页 1 ... 23 24 25 26 27 ... 275 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!