文件名称:ABinaryTreeAndBinaryList
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树与二叉链表,采用二叉链表存储结构,用递归方式建立二叉树对应的二叉链表,并分别用递归和非递归两种方式实现该二叉树的前序、中序及后序序列的输出
-A binary tree and binary list, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to the binary list, and were used recursive and non-recursive binary tree in two ways to achieve the pre-sequence, the sequence and the output sequence after sequence
-A binary tree and binary list, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to the binary list, and were used recursive and non-recursive binary tree in two ways to achieve the pre-sequence, the sequence and the output sequence after sequence
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树与二叉链表.cpp