数据结构中的AVL TREE的实现
上传时间: 2014-11-02
上传用户:3到15
AVL Tree的实现
上传时间: 2014-06-15
上传用户:wsf950131
Addison-Velski 和 Landis (AVL-tree s)的二叉树,可以在对数时间内进行标准的操作,如插入、搜索和删除。
标签: Addison-Velski AVL-tree Landis 二叉树
上传时间: 2013-12-25
上传用户:yuzsu
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
标签: available libraries Although nearly
上传时间: 2014-01-22
上传用户:zhoujunzhen
AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
标签: Tree implementation performance AVL
上传时间: 2013-12-19
上传用户:3到15
对三种数据结构的分析.avl tree,splaytree和binary search tree的插入和删除的算法复杂度分析.
标签: tree splaytree binary search
上传时间: 2014-01-01
上传用户:hustfanenze
It s a note on data structure---AVL tree, very clear and useful!
标签: structure useful clear note
上传时间: 2015-09-06
上传用户:wkchong
数据结构与算法分析中AVL Tree的JAVA详尽代码 请有需要的同学下载
上传时间: 2014-12-08
上传用户:liuchee
my AVL tree implementation. Have tested it for 8! deletions sequences with 8! insertion sequences. Fast for order statistics.
标签: sequences implementation deletions insertion
上传时间: 2017-03-02
上传用户:lixinxiang
using C++ to build AVL tree and functions
标签: functions using build tree
上传时间: 2017-03-12
上传用户:shanml