搜索资源列表
SPLAY
- The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it.
splay tree 源碼
- splay tree 源碼splay tree 源碼
splayTree
- 主要是avl,splay和binary树的insert,delete程序,主要是avl,splay.binary树的-mainly AVL, SED and the binary tree insert, delete procedures, mainly AVL, splay.binary tree
SPLAY
- The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it.
LDSToolkit1.1
- Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic comp
Splay
- 伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码 -Tree stretching all know if you use binary search tree tree balance will not reduce the query efficiency, and therefore
treetime
- 一个数据结构的课程作业,用来比较avltree,splay tree,平衡树之间的插入删除操作的时间,平均时间,内有这3种树的实现代码-A data structure course operations, to compare avltree, splay tree, balanced tree insertion between the delete operation time, average time, which has 3
rbtree
- 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require
splay
- SPLAY的模板,方便大家使用,可以直接粘贴使用-SPLAY template to facilitate the use of paste can be directly used
SplayTree
- A C++ implementation of Splay Tree.
splaytreeee
- Splay tree implementation data structures
Splay
- Splay Tree,伸展树,一种实现简单的平衡二叉树,增删改查的时间复杂度均为O(logN)-Splay Tree
binary_tree
- 根据Kurse版数据结构书改成的电子版课件。此章包括二叉树的概念,结构,遍历,线索二叉树,二叉搜索树,平衡二叉树,splay树-According to the data structure Kurse version of the book into electronic version of the courseware. This chapter includes the concept of binary tree struct
splay-tree
- Splay tree in C language
splay
- 强大的数据结构--splay。splay是一种简洁易写的平衡树。splay在ACM竞赛中用重要的应用。-Powerful data structure- splay. splay is a simple and easy to write a balanced tree. splay ACM contest with important applications.
Splay
- splay tree,动态平衡树的一种,应用比较灵活-splay tree, the dynamic balance of a tree, the application is more flexible
splay
- splay 伸展树 还不错的代码,大家可以-the splay stretch tree also good code, we can see
Splay-for-number-list
- 伸展树Splay在数列处理问题上的应用的教程与源代码,含有pas和cpp。-A director of Splay tree for the usage to solve the problem with number list
Splay
- splay代码,各种splay的题目,和各种题目的来源以及题目的代码-Source splay code, various splay of topics, and a variety of topics and subject code
splay
- progrm for splay tree in C