文件名称:structure
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 185kb
- 下载次数:
- 0次
- 提 供 者:
- lqs0*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数据结构二叉树实现代码:功能如下:
(1)创建二叉树
(2)递归算法先序遍历二叉树
(3)非递归算法中序遍历二叉树
(4)递归算法后序遍历二叉树
(5)求二叉树叶子结点个数
(6)按层次遍历二叉树
(7)求二叉树树深
-A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive algorithm for preorder traversal binary tree (3) non-recursive algorithm for binary tree inorder traversal (4) recursive algorithm for postorder 2 tree (5) Find the number of binary tree leaf nodes (6) according to the level binary tree traversal (7) Find the binary tree depth
(1)创建二叉树
(2)递归算法先序遍历二叉树
(3)非递归算法中序遍历二叉树
(4)递归算法后序遍历二叉树
(5)求二叉树叶子结点个数
(6)按层次遍历二叉树
(7)求二叉树树深
-A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive algorithm for preorder traversal binary tree (3) non-recursive algorithm for binary tree inorder traversal (4) recursive algorithm for postorder 2 tree (5) Find the number of binary tree leaf nodes (6) according to the level binary tree traversal (7) Find the binary tree depth
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树.ncb
二叉树.opt
二叉树.plg
Debug\vc60.idb
.....\vc60.pdb
.....\二叉树.exe
.....\二叉树.ilk
.....\二叉树.obj
.....\二叉树.pch
.....\二叉树.pdb
二叉树.cpp
二叉树.dsp
二叉树.dsw
Debug
二叉树.opt
二叉树.plg
Debug\vc60.idb
.....\vc60.pdb
.....\二叉树.exe
.....\二叉树.ilk
.....\二叉树.obj
.....\二叉树.pch
.....\二叉树.pdb
二叉树.cpp
二叉树.dsp
二叉树.dsw
Debug