搜索资源列表
BinTree11
- 二叉树的建立和遍历
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
traverse
- 后续遍历非递归 数据结构中二叉树的遍历中 使用后续遍历非递归遍历二叉树-Follow-up data structure traversal non-recursive traversal of binary tree used in the follow-up traversal non-recursive binary tree traversal
Complete_binary_tree
- 在完全二叉树中,在层次遍历和先根序遍历中,已知某节点在一种遍历中的编号,求该节点在另一种遍历中的编号.-Complete binary tree in level order traversal and first traversal of the root, known to a certain node in a traversal of the code, and the node in a traversal of the code.
binary_tree
- 这个程序是关于二叉树的实现。是去年做的,关于遍历二叉树之类的。-the implement of binary tree
dd
- 二叉树先序遍历 实验代码 asd asd -Visiting Binary Tree Experiment code
BinaryTree
- 本程序实现二叉树的遍历,绝对原创。质量高!-A very good program .
shujujiegou
- 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
AVLtree1
- 这是正确的AVLTree的代码,实现了二叉树的遍历,可以正确执行-This is the the a correct AVLTree code, binary tree traversal can be performed correctly
1
- 数据结构的算法,包括单链表,队列,先序遍历二叉树,线性表,栈,图等-Data structure algorithms, including single-linked lists, queues, first traversal tree, linear table, stack, diagrams
Search
- 是一个二叉树三种遍历——前序遍历,中序遍历,后续遍历的基本实现-Is a binary tree three kinds of traversal- preorder, preorder, the basic realization of subsequent traversal
binary-tree
- (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, a
BinaryTree
- 建立二叉树并进行各种遍历、求树的深度和高度-build binarytree and transvers in all ways,and caculate height and depth.
paixushu
- 实现由先序遍历序列和中序遍历序列以及由后序遍历序列和中序遍历序列构造一棵二叉树的功能-Achieved by the preorder traversal sequence and the sequence and the sequence and the sequence of the preorder traversal of a binary tree structure function sequence
BianLiErChaShu
- 二叉树的遍历代码,包括二叉树的创建以及三种遍历方法-Binary tree traversal code, including the creation of a binary tree and three traversal methods
binarytree
- 实现二叉树的构建、插入元素、删除元素、遍历的基本功能。-Binary tree is constructed, insert elements, remove elements, the basic functions of traversal.
TreeScan
- ⑴输入字符序列,建立二叉链表。 ⑵中序遍历二叉树:递归算法。 ⑶中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法) ⑷求二叉树的高度 。-⑴ input character sequence, build binary list. ⑵ preorder binary tree: the recursive algorithm. ⑶ preorder binary: non-recursive algorithms. (Preferably the first
tree
- 输入字符序列,建立二叉链表。 前序、中序、后序遍历二叉树:递归算法。 前序、中序、后序遍历二叉树:非递归算法。 求二叉树的高度 。-Enter the character sequence, build binary list. Preorder, inorder, preorder after binary: recursive algorithm. Preorder, inorder, preorder after binary: non-recursive algor
war
- 某年某月,A军与B军之间发生了一次战争。为了不让A军轻易的找到自己的总部,B军布下了一个二叉树型的阵形,这样既可以相互沟通,也可以很好的隐藏总部的位置。共有n个节点,每个节点用一个数字标号,总部就在其中的某个节点处。知道在前序遍历中B军总部排在标号串的第m位。 A军找到学过数据结构的你,请你根据已知的中序遍历和后序遍历得到B军的前序遍历,并得出B军总部究竟在标号为多少的节点上。 -A certain period, A B between army troops and a war br
Story-editor-binary-tree-traversal
- “文章编辑二叉树遍历各种排序.cpp”、“二叉树的建立以及遍历.cpp”、“各种排序.cpp”、“文章编辑.cpp”- The article edit binary tree traversal various sorting .c++ , build a binary tree traversal and .cpp , various sorting .cpp , Story Editor .cpp