码迷,mamicode.com
首页 >  
搜索关键字:itself    ( 426个结果
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 / \ 2 2 /
分类:其他好文   时间:2016-03-16 09:30:47    阅读次数:113
[leetcode] 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 / 2 2 / \ / 3 4 4 3 But the following is...
分类:其他好文   时间:2016-03-13 18:06:55    阅读次数:153
python3 字符串属性(四)
1、 S.partition(sep) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it
分类:编程语言   时间:2016-03-11 22:17:16    阅读次数:321
理解WSGI
个人理解,不对的地方,欢迎指正 1、WSGI web service gate intervice WSGI itself is a protocol or convention that ensures that your web application can speak with the we
分类:其他好文   时间:2016-03-10 14:12:00    阅读次数:150
第一周作业
4. Dijkstra曾经提到:“Software engineering, of course,presents itself as another worthy cause,but that is eyewash: if you carefully read its literature and
分类:其他好文   时间:2016-03-06 01:17:19    阅读次数:249
第一周作业
博客习题 1、Dijkstra曾经提到:“Software engineering, of course,presents itself as another worthy cause,but that is eyewash: if you carefully read its literature
分类:其他好文   时间:2016-03-05 15:59:00    阅读次数:151
软件过程与项目管理第一周作业
Dijkstra曾经提到:“Software engineering, of course,presents itself as another worthy cause,but that is eyewash: if you carefully read its literature and an
分类:其他好文   时间:2016-03-05 10:21:36    阅读次数:278
第一周作业
1.Dijkstra曾经提到:“Software engineering, of course,presents itself as another worthy cause,but that is eyewash: if you carefully read its literature and 
分类:其他好文   时间:2016-03-04 22:37:46    阅读次数:189
第一周作业
选择第四题: 1.Dijkstra曾经提到:“Software engineering, of course,presents itself as another worthy cause,but that is eyewash: if you carefully read its literatu
分类:其他好文   时间:2016-03-04 22:30:05    阅读次数:239
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 symmetr...
分类:其他好文   时间:2016-03-01 20:40:52    阅读次数:124
426条   上一页 1 ... 17 18 19 20 21 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!