文件名称:BiTree
介绍说明--下载内容均来自于网络,请自行研究使用
建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。
-Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
-Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BiTree.cpp