Description: Binary tree data structure to achieve.
Which contains a binary tree class, high-demand binary function to determine whether the binary tree is empty function to find the function of an element, seeking function of the number of elements, looking left and right sub-tree of function, a function to find the root function, the output function, and many other implementation
To Search:
File list (Check if you may need any files):
BinaryTree
..........\BinaryTree.dsp
..........\BinaryTree.dsw
..........\BinaryTree.h
..........\BinaryTree.ncb
..........\BinaryTree.opt
..........\BinaryTree.plg
..........\Debug
..........\.....\BinaryTree.exe
..........\.....\BinaryTree.ilk
..........\.....\BinaryTree.pch
..........\.....\BinaryTree.pdb
..........\.....\Main.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\LinkedQueue.h
..........\LinkedStack.h
..........\Main.cpp
..........\data.txt
..........\main2.cpp
..........\output.txt
..........\output2.txt