Description: Binary sort tree, and the turn sequence of the keywords entered binary sort tree lookup, insertion and deletion operation. Storage Structure: typedef struct BiTNode {KeyType the key BiTNode* lchild for BiTNode* rchild }* BiTree Keyword Type KeyType to int.
To Search:
File list (Check if you may need any files):
二叉排序树的基本操作\BSTree.cpp
....................\Debug\BSTree.obj
....................\.....\vc60.idb
....................\.....\vc60.pdb
....................\.....\二叉排序树的基本操作.exe
....................\.....\二叉排序树的基本操作.ilk
....................\.....\二叉排序树的基本操作.pch
....................\.....\二叉排序树的基本操作.pdb
....................\二叉排序树的基本操作.dsp
....................\二叉排序树的基本操作.dsw
....................\二叉排序树的基本操作.ncb
....................\二叉排序树的基本操作.opt
....................\二叉排序树的基本操作.plg
....................\Debug
二叉排序树的基本操作