Introduction - If you have any usage issues, please Google them yourself
(1) according to the first sequence in the order of input binary tree node values, the establishment of a linked list to binary tree structure for storage, and then by the first order, in sequence, after the sequence order of tree traversal, respectively, b-tree and complete binary tree corresponding statistical information (such as node number, tree height, etc.)
Packet : 119128673bitree.rar filelist
BiTree\BiTree.dsp
BiTree\BiTree.dsw
BiTree\BiTree.ncb
BiTree\BiTree.opt
BiTree\BiTree.plg
BiTree\function.h
BiTree\head.h
BiTree\main.cpp
BiTree\Debug
BiTree