搜索资源列表
pingheng
- 输入字符,建立平衡二叉树,再输出字符,中序,抛砖引玉-input characters, the establishment of balanced binary tree, and the output of characters, sequence, something
2chashu
- 自平衡2叉树,数据结构中自己写的一个自平衡2叉树-Since the balance of 2-tree
pyinotify
- 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
avl
- 平衡排序二叉树的具体实现及使用测试例子 在linux上测试通过-Order to achieve a balanced binary tree and the use of specific test cases to test in linux through
malloclab-handout
- csapp的malloclab,98分,BST实现,改成平衡树可以得满分-csapp the malloclab 98, BST can get out into a balanced tree
AVLTree
- 平衡二叉树,适合广大数据结构与算法爱好者学习,进阶算法的良计-Balanced binary tree, for the majority of enthusiasts to learn data structures and algorithms, advanced algorithms Liang meter
search
- 包括各种查找 还有平衡二叉树 而像查找-Find a variety of data structures including Find
StuMamage
- 平衡二叉树实现学生管理,功能基本实现,可管理百万级别的数据-AVLTree Student Message
chanage_ctree
- 在qt/Linux都能跑,主要使用平衡二叉树实现高效读写配置文件-In qt/Linux can run, Ping Heng binary tree is mainly used for efficient read and write configuration file
koogham_balanced
- 编制一个程序实现平衡二叉树的三种基本功能查找,插入和删除(Compiled a program to achieve three basic function of the balanced binary tree search, insert and delete)