码迷,mamicode.com
首页 >  
搜索关键字:itself    ( 426个结果
A Tour of Go Errors
An error is anything that can describe itself as an error string. The idea is captured by the predefined, built-in interface type,error, with its sing...
分类:其他好文   时间:2014-10-28 21:36:35    阅读次数:160
[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 ...
分类:其他好文   时间:2014-10-27 21:19:41    阅读次数:231
[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 / \ ...
分类:其他好文   时间:2014-10-26 15:33:29    阅读次数:141
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 / \ ...
分类:其他好文   时间:2014-10-26 11:37:08    阅读次数:195
scala tail recursive优化,复用函数栈
在scala中如果一个函数在最后一步调用自己(必须完全调用自己,不能加其他额外运算子),那么在scala中会复用函数栈,这样递归调用就转化成了线性的调用,效率大大的提高。If a function calls itself as its last action, the function's sta...
分类:其他好文   时间:2014-10-18 20:59:44    阅读次数:188
阿帕奇00-default配置文件(备忘)
# The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the Ser...
分类:其他好文   时间:2014-10-15 18:19:41    阅读次数:186
Symmetric Tree
[leetcode]Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:其他好文   时间:2014-10-09 15:33:58    阅读次数:193
poj 3311 Hie with the Pie (状态压缩+最短路)
Hie with the Pie Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 4491   Accepted: 2376 Description The Pizazz Pizzeria prides itself in delivering pizzas t...
分类:其他好文   时间:2014-10-02 13:19:53    阅读次数:167
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 / \ ...
分类:其他好文   时间:2014-10-02 09:45:52    阅读次数:184
Symmetric Tree
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:其他好文   时间:2014-10-02 05:53:22    阅读次数:170
426条   上一页 1 ... 35 36 37 38 39 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!