码迷,mamicode.com
首页 >  
搜索关键字:bst    ( 4557个结果
BST(Binary Search Tree)
Definition: see wikihttp://en.wikipedia.org/wiki/Binary_search_tree 1 /* 2 This look up is a fast operation because you eliminate the half 3 t...
分类:其他好文   时间:2014-07-22 23:06:34    阅读次数:330
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-05-02 15:03:57    阅读次数:386
查询表数据的时让表内数据全大写、小写、首字母大写、前几位字母大写
selectUpper(Substring(列名, 1, 1)) + Lower(Substring(列名, 2,LEN(列名))) AS 想显示的列名,UPPER(列名) AS想显示的列名,Upper(Substring(列名, 1, 6)) + Substring(列名, 7,LEN(列名)) ...
分类:其他好文   时间:2014-05-01 21:34:46    阅读次数:449
python正则表达式re
1.正则表达式简介正则表达式并不是Python的一部分。在提供了正则表达式的语言里,正则表达式的语法都是一样的,区别只在于不同的编程语言实现支持的语法数量不同;但不被支持的语法通常是不常用的部分。python正则表达式是用于文本匹配的强大工具,在源字符串中查找与给定的正则表达式相匹配的部分。一个正则...
分类:编程语言   时间:2014-04-28 07:40:28    阅读次数:590
IOS-根据ip获取当前城市的编号
IOS 通过ip地址获取当前城市的编号 //解析网址通过ip 获取城市天气代码 NSURL *url = [NSURL URLWithString:@"http://61.4.185.48:81/g/"]; // 定义一个NSError对象,用于捕获错误信息 NSError *error; NSS....
分类:移动开发   时间:2014-04-28 02:36:49    阅读次数:832
Conceptual blockbusting- chap2 perceptual blocks
Page 30Perceptual blocks are obstacles that prevent the problem-solver from clearly perceiving either the problem itself or the information needed to ...
分类:其他好文   时间:2014-04-28 00:54:37    阅读次数:403
老白的JAVA课程13 接口
之前我们讲到了java4大特征的最后一个抽象的特征,其实在抽象这个特征里面,我们还有一个特征-接口,今天我们就来学一学接口. 用电脑,手机等电子产品来比喻接口,可以更好的理解,比如用符合接口的插头就可以了。 接口具有很好的扩展性,方便。 接口的由来 例子:奥拓奥迪都是汽车,汽车的维护都是可以用调节引...
分类:编程语言   时间:2014-04-27 21:41:51    阅读次数:616
4557条   上一页 1 ... 454 455 456
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!