码迷,mamicode.com
首页 >  
搜索关键字:search box    ( 20571个结果
LeetCode: Validata Binary Search Tree
LeetCode: Validata Binary Search TreeGiven a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The l...
分类:其他好文   时间:2014-08-28 23:59:16    阅读次数:421
LeetCode: Recover Binary Search Tree
LeetCode: Recover Binary Search TreeTwo elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure....
分类:其他好文   时间:2014-08-28 23:58:36    阅读次数:385
VIM配置
$ apt-cache search package_nameapt安装包:$ apt-get install vim-gnome2. 安装ctags$ apt-get install ctags3. 安装taglist首先安装vim-scripts,vim-scripts中带有vim-addon-...
分类:其他好文   时间:2014-08-28 22:33:06    阅读次数:444
Validate Binary Search Tree
Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtree of a node contains only n...
分类:其他好文   时间:2014-08-28 20:57:46    阅读次数:201
Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-08-28 19:33:55    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!