搜索资源列表
BTree.二叉树的递归算法
- 二叉树的递归算法:计算高度、结点个数、交换左右儿子 问题的描述 写一完整函数,计算树的结点数目int CountNode(BTNode<T>* &t); 完善以下两个函数: 计算树的高度int Depth(BTNode<T>* &root); 对树的所有子树交换左右孩子void swapsons(BTNode<T>* &t);,Binary Tree Recursive Algorithm: Calculate the hei
btree
- 实现二叉树的后序的递归和非递归算法。 包括构造函数和析构函数。-After the realization of the sequence of binary tree recursive and non-recursive algorithm. Including the constructor and destructor.
btree
- Hi this file has wrote for btree algorithm in storing and retrieval information that u can run it with visual studio. regards
btree
- b树的实现,通过b树算法,对于b树的一个简单的实现-b tree implementation, through the b-tree algorithm, for b tree implementation of a simple
BTree
- 计算机数据结构:二叉树的前序、中序、后序遍历算法综合版-Computer data structures: binary tree preorder, inorder, postorder traversal algorithm for Science
stx-btree-0.8.6.tar
- The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very
Bbtrreeet
- 一种基于btree索引算法的数据据库代码,提供了回滚日志备份等功能 -Data algorithm based btree index database code, provides a rollback log backup function
BTree
- 数据结构(严蔚敏版)书上的二叉树算法,已在VC++6.0编译通过。-Data structure (Yan Wei-min) binary tree algorithm book, has been compiled by VC++6.0.
