Introduction - If you have any usage issues, please Google them yourself
To list as a binary storage structure, the definition of binary tree type bitree realize the following binary tree computing: the establishment of create () input binary tree node elements, the establishment of binary list. Select a traversal method (first order, in sequence, after the sequence, sequence) Binary tree traversal. Binary number for the depth of the tree.
Packet : 19854826binarytree.rar filelist
binarytree\main.cpp
binarytree\BinaryTree.h
binarytree\BinaryTreeNode.h
binarytree\BinaryTree.cpp
binarytree