搜索资源列表
avl
- 平衡排序二叉树的具体实现及使用测试例子 在linux上测试通过-Order to achieve a balanced binary tree and the use of specific test cases to test in linux through
avl-0.4
- 二叉树结构体实现,可直接使用,内置各种删除、查询、遍历、添加API-acl implyment
hw3.tar
- AVL和BST树的实现,包含读入文件,构建AVL 或者BST书,插入,维护等功能-AVL BST tree
ulib-2.0.1_src.tar
- c语言下的高效算法库,包括常用数据结构二叉树、avl、红黑树等以及加解密算法的封装。-The ULIB is a collection of efficient building blocks for developing high-performance and scalable systems in C and C++. These building blocks mainly cover, multithreading, parallel computing, efficient data
avl_tree
- C语言实现的AVL树,实现了插入、删除、查找、rank、非递归前序、中序、后序遍历-AVL Tree in C