搜索资源列表
BST
- 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the table, the search element of th
MulticastBST
- a tcl program that implements multicasting in BST mode
bst
- 二叉树源代码实现,包括:添加节点,删除节点,查找节点等-The Source Code of B Tree
BST
- 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the table, the search element of th
BST
- 有序二叉树的查找、插入、删除、以及先序后序中序输出二叉树。-BST tree