搜索资源列表
erchashu
- 基于VC的有关数据结构的二叉树的先序和层次遍历算法-VC based on a binary tree data structure of the first order and hierarchy traversal algorithm
erchashu
- 详细介绍了二叉树三种遍历的非递归算法,有参考价值-Traversing binary tree described in detail the three non-recursive algorithm, a reference value
2
- 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
exp8
- 对二叉树的删除、复制、中序遍历采用递归方式实现。 层序遍历采用辅助队列数据结构完成,为了计算层高, 使用了两个队列,交替的向两队列中插入相邻的两层, 这样完成层高的统计。-On the binary tree delete, copy, preorder recursive manner. Traversal sequence complete with assisted queue data structure, in order to calculate storey,
Desktop
- 先序遍历二叉树算法、语音程序模板、约瑟夫数判定、判断素数-void preorder 、voice procedure templet、The Joseph number 、judge a prime number
Tree
- 数据结构对二叉树结构的C++代码实现,包含基本的建立二叉树,各种方式遍历二叉树,深度计算、结点个数计算-Data structure of binary tree structure of the c++ code, include the establishment of the basic binary tree, various ways to traverse the binary tree, depth calculation and node number calculation,