文件名称:tree
介绍说明--下载内容均来自于网络,请自行研究使用
程序功能:选择二叉链式存储结构作为二叉树的存储结构,设计一个程序实现二叉树的基本操作
(包括建立、输出、前序遍历、中序遍历、后序遍历、求树高、统计叶子总数等)-Program features: Choose binary chain store structure as the binary tree memory structure, design a program to achieve the basic binary operations (including the creation, output, pre-order traversal, inorder traversal, postorder traversal of the tree seeking high the total number of statistics leaves, etc.)
(包括建立、输出、前序遍历、中序遍历、后序遍历、求树高、统计叶子总数等)-Program features: Choose binary chain store structure as the binary tree memory structure, design a program to achieve the basic binary operations (including the creation, output, pre-order traversal, inorder traversal, postorder traversal of the tree seeking high the total number of statistics leaves, etc.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树基本操作的实现.cpp