原题地址:https://oj.leetcode.com/problems/recover-binary-search-tree/题意:Two
elements of a binary search tree (BST) are swapped by mistake.Recover the
tree...
分类:
编程语言 时间:
2014-05-26 13:25:43
阅读次数:
261
基本上一次过,要注意边界条件的问题:如果在recursion里有两个参数int begin, end,
递归写作recursion(num, mid+1, end), 因为+号的原因,递归中是会出现begin > end
的情况的,所以考虑初始条件的时候应该要考虑充分。 1 /** 2 * Def....
分类:
其他好文 时间:
2014-05-26 12:12:49
阅读次数:
257
原题地址:https://oj.leetcode.com/problems/validate-binary-search-tree/题意:检测一颗二叉树是否是二叉查找树。解题思路:看到二叉树我们首先想到需要进行递归来解决问题。这道题递归的比较巧妙。让我们来看下面一棵树:
...
分类:
编程语言 时间:
2014-05-26 10:48:19
阅读次数:
291
定义:加载完ExtJs库之后,开始加载OnReady中指定的函数参数:onReady( fn,
scope, options )fn回调函数
表示要执行的函数scope表示函数的作用域表示函数执行的一些其它特性,比如延迟多少毫秒执行等,大多数情况下只需要第一个参数即可。事例探究一:加载方法的作用a....
分类:
Web程序 时间:
2014-05-26 08:39:40
阅读次数:
300
随着Web技术的不断发展,前端开发框架层出不穷,各有千秋,开发者在做技术选型时总是要费一番脑筋,最近,IBM高级工程师王芳侠撰文对Bootstrap、jQuery
UI、jQuery Mobile、Sencha ExtJS、Sencha Touch、Sencha GXT、Dojo、Dojo Mobi...
分类:
其他好文 时间:
2014-05-26 08:23:10
阅读次数:
268
原:http://blog.csdn.net/asasj57/article/details/5641161PCHOME
下载http://download.pchome.net/search-0--directx----------1-1-3.htmlDirectX 8.0
SDK 开发包 ...
分类:
其他好文 时间:
2014-05-26 07:31:49
阅读次数:
1004
Search bar delegate-
(void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar{ UITextField
*searchBarTextField = nil; for (UIView *mainview i...
分类:
移动开发 时间:
2014-05-26 07:25:46
阅读次数:
310
在Eclipse里初次使用Maven,右键project->add
dependency, 发现search不管用,这时候需要按照以下步骤操作:Goto "Preferences ->
Maven"Check"Download repository index updates on start"an...
分类:
系统相关 时间:
2014-05-26 07:16:26
阅读次数:
390
Ext.application.prototype.addController =
function (name) { var me = this; var controller =
AM.getApplication().getContr...
分类:
Web程序 时间:
2014-05-24 13:16:31
阅读次数:
359
SEO Introduction The SEO Introduction tutorial
explains the importance of search engine optimization. 目录 SEO Introduction
Content HTML Tags Architectu...
分类:
其他好文 时间:
2014-05-24 09:27:47
阅读次数:
285