码迷,mamicode.com
首页 >  
搜索关键字:hash tree    ( 28321个结果
1.把二元查找树转变成排序的双向链表
Binary search tree to sorted double linked list.
分类:其他好文   时间:2014-05-22 05:30:47    阅读次数:207
4.在二元树中找出和为某一值的所有路径
Find paths whose node values equal to N in binary tree.
分类:其他好文   时间:2014-05-22 05:13:14    阅读次数:280
6.二元查找树的后序遍历结果
Verify post-order sequence of binary search tree.
分类:其他好文   时间:2014-05-22 03:20:39    阅读次数:288
linux的rpm命令
rpm 执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由 RPM自动编译、安装。源代码包经常以src.rpm作为后缀名。常用命令组合:-ivh:安装显示安装进度--install--verbose--hash-Uvh:升级软件包--...
分类:系统相关   时间:2014-05-22 02:36:38    阅读次数:433
11.求二元查找树的镜像
Mirror a binary search tree.
分类:其他好文   时间:2014-05-22 02:02:55    阅读次数:244
12.从上往下遍历二元树
Visit a tree by level,namely BFS.
分类:其他好文   时间:2014-05-22 01:48:48    阅读次数:310
Is It A Tree?------HDOJ杭电1325(两种方法,可以用也可以不用并查集!!!!!!详解)
Problem Description A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between nodes satisfying the follow...
分类:其他好文   时间:2014-05-21 10:55:57    阅读次数:325
CISCO PVST+配置和结果验证 per vlan spanning tree(51cto 实验10)
1. 实验线路连接图使用Cisco Packet Tracer6.0 构建拓扑结构图2. 实验内容(1) 参阅教材中内容,完成PVST+的配置内容。(2) 在各台交换机上使用show spanning-tree vlan 10 和show spanning-tree vlan 20 命令,查看根桥信...
分类:其他好文   时间:2014-05-21 05:01:33    阅读次数:426
poj 1330 Nearest Common Ancestors
DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is shown below:In the figure, each node is lab...
分类:其他好文   时间:2014-05-21 03:23:51    阅读次数:296
快速构建框架(S2SH)
搭建项目:1.创建web项目2.引入类库[struts2]asm-3.3.jarasm-commons-3.3.jarasm-tree-3.3.jarcommons-fileupload-1.3.1.jarcommons-io-2.2.jarcommons-lang3-3.1.jarfreemarker-2.3.19.jarognl-3.0.6.jarstruts2-core-2.3.16.1.jarxwork-core-2.3.16.1.jar[hibernate]antlr-2.7..
分类:其他好文   时间:2014-05-21 00:45:05    阅读次数:369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!