码迷,mamicode.com
首页 >  
搜索关键字:determine    ( 2744个结果
A + B Problem Too
Problem DescriptionThis problem is also a A + B problem,but it has a little difference,you should determine does (a+b) could be divided with 86.For ex...
分类:其他好文   时间:2014-10-29 14:22:15    阅读次数:139
[LeetCode] Balanced Binary Tree
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:其他好文   时间:2014-10-29 14:20:43    阅读次数:157
[Leetcode]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...
分类:其他好文   时间:2014-10-29 12:44:21    阅读次数:171
Zebra - zebra command to get printer status
/// /// determine whether the network printer is in pause. /// /// /// /// /// private ...
分类:其他好文   时间:2014-10-28 19:38:01    阅读次数:221
leetcode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-10-28 07:02:27    阅读次数:171
[leetcode]Balanced Binary Tree
问题描述: Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node nev...
分类:其他好文   时间:2014-10-27 21:25:12    阅读次数:193
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 cana...
分类:其他好文   时间:2014-10-27 20:55:25    阅读次数:178
Interface builder was unable to determine the type of xxx.xib
Interface builder was unable to determine the type of xxx.xib...
分类:其他好文   时间:2014-10-27 17:38:52    阅读次数:152
Studying TCP's Congestion Window using NS
Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value that determine the behavior of TCP is the congestion...
分类:Windows程序   时间:2014-10-27 00:23:39    阅读次数:319
LeetCode: Valid Parentheses 解题报告
Valid Parentheses Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets m...
分类:其他好文   时间:2014-10-26 22:31:27    阅读次数:438
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!