码迷,mamicode.com
首页 >  
搜索关键字:whether    ( 1481个结果
[LeetCode] Interleaving String 交织相错的字符串
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. For example,Given:s1 = "aabcc",s2 = "dbbca",When s3 = "aadbbcbcac", retu...
分类:其他好文   时间:2015-02-24 15:08:54    阅读次数:164
leetcode 101. Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2015-02-17 17:37:13    阅读次数:123
leetcode_101_Symmetric Tree
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 Symmetric Tree Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric:     1 ...
分类:其他好文   时间:2015-02-17 10:26:42    阅读次数:140
poj 1410 Intersection
IntersectionTime Limit:1000MSMemory Limit:10000KTotal Submissions:12162Accepted:3157DescriptionYou are to write a program that has to decide whether a...
分类:其他好文   时间:2015-02-17 08:08:00    阅读次数:152
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2015-02-15 16:26:22    阅读次数:118
Palindrome Number
https://oj.leetcode.com/problems/palindrome-number/Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.So...
分类:其他好文   时间:2015-02-12 20:01:09    阅读次数:204
控制节点连接删除后节点是否存在
当连接某个节点的其他节点都被删除时,MPxNode根据情况决定是否删除控制此种删除行为的是以下几个函数:MStatus setExistWithoutInConnections (bool flag) This method specifies whether or not the node can...
分类:其他好文   时间:2015-02-12 01:53:49    阅读次数:146
ORACLE表空间bigfile和smallfile
BIGFILE | SMALLFILEUse this clause to determine whether the tablespace is a bigfile or smallfile tablespace. This clause overrides any default tablesp...
分类:数据库   时间:2015-02-11 12:35:03    阅读次数:319
leetcode[9]Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:其他好文   时间:2015-02-10 15:04:06    阅读次数:186
poj 2572 Hard to Believe, but True!
Hard to Believe, but True!Time Limit:1000MSMemory Limit:65536KTotal Submissions:3537Accepted:2024DescriptionThe fight goes on, whether to store number...
分类:其他好文   时间:2015-02-10 01:48:50    阅读次数:116
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!