文件名称:InOrderThreadBiTree-(2)
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-01-05
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 徐**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
手动输入各个结点建立二叉树(递归) ,普通二叉树的先序和后序遍历(递归),中序线索化(递归), 线索二叉树的先序和中序遍历(递归),线索二叉树的中序遍历(非栈、非递归),
层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence of clues (recursively), threaded binary preorder and preorder (recursive), the clues in the binary sequence traversal (non-stack, non-recursive),Level traversal (using a queue), the destruction of whole grain binary (recursive)
层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence of clues (recursively), threaded binary preorder and preorder (recursive), the clues in the binary sequence traversal (non-stack, non-recursive),Level traversal (using a queue), the destruction of whole grain binary (recursive)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
InOrderThreadBiTree (2).cpp