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
题目: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
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
个人理解,不对的地方,欢迎指正 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
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