文件名称:biTree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-07-09
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- qiuqi******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
? 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法(要求使用顺序队列,调用顺序队列基本操作实现),求二叉树的深度(后序遍历)。(Two binary linked list storage structure - first traversal of the extended sequence according to the establishment of the two fork tree, the realization of the two binary tree traversal recursive algorithm of the first order, in sequence, after the realization of non recursive algorithm for binary tree traversal two, non - recursive algorithm binary tree traversal of the two level (requires the use of sequential queue the basic operation of the order queue, call for Implementation), the two fork tree depth (postordertraversal).)
相关搜索: 二叉树
(系统自动生成,下载前可以参看下载内容)
下载文件列表
biTree.cpp