搜索资源列表
threading
- 图形化,线索二叉树,我是个初学者,只有这样的程序,见谅-graphics, data structures, I was a beginner, the only way to the procedures forgiven! !
线索树
- 本文用C语言实现了有关线索二叉树的一系列算法-Using C language of the clues to a series of binary tree algorithm
9
- 熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现; 5)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 6)认真书写实验报告,并按时提交。
wxc_TBSTree
- 数据结构算法(C++实现)线索二叉树的类定义和实现
ThreadedBTNode
- 中序线索二叉树的建立与查找 以二叉链表作为存储结构,定义线索二叉树类型 thread_bitree ; 实现线索二叉树的以下运算 建立中序线索二叉树 create( ) 输入二叉树的结点元素,建立中序线索二叉链表。 查找后继 inorder_next( ) 在中序线索二叉树中查找结点 p 的中序后继。
4
- 1.输入字符序列,建立二叉链表。 2.中序遍历二叉树:递归算法。 3.中序遍历二叉树:非递归算法。 4.求二叉树的高度。 5.求二叉树的叶子个数。 6.试编写交换以二叉链表作存储结构的二叉树中所有结点的左、右子树的算法。 7.建立中序线索二叉树,并实现中序遍历。 -1. Input sequence of characters, the establishment of binary list. 2. Inorder traversal binary tree:
MyThreadTree
- 线索二叉树的实现,并且能够实现删除功能,也就是说,实现了每删除一个结点,算法重新组织线索二叉树。-Threaded Binary Tree implementation, and can achieve the delete function, that is, to achieve each remove a node, the algorithm leads to re-organize binary tree.
Tree
- 数据结构中树的程序,包括二叉树,线索二叉树,树与森林的遍历,堆,以及Huffman树等。-Tree data structure in the process, including binary trees, Threaded Binary Tree, tree and forest traversal, heap, and the Huffman trees.
29
- 在一棵中序线索二叉树中,实现后根中序线索二叉树的遍历;在构造二叉树时进行线索化。-ThreadBinaryTree
1
- 数据结构中实现了线索二叉树,不过还不是很优化,希望看到的能够补充。-In a data structure realize clues for the binary tree, but still not very optimization, want to see can added.
03_ThreadBinaryTree
- 这是自己写的一个线索二叉树的程序,很简单,易于理解,适合于初学者学习-This is a clue to write your own binary tree program is very simple and easy to understand, suitable for beginners to learn! ! ! ! ! ! ! !
BinaryTree
- 包括二叉树的前序、中序、后序递归非递归遍历;以及线索二叉树的前序、中序、后序递归非递归实现。-Include binary tree preorder, inorder, postorder recursive non-recursive traversal threaded binary preorder, inorder, postorder recursive non-recursive implementation.
erchashu
- 线索二叉树的应用,实现中序线索二叉树建立,实现自前向后和自后向前的递推遍历-typedef enum PointerTag
The-tree
- (1)输入字符序列,建立二叉链表。 (2)中序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)建立中序线索二叉树,并实现中序遍历。 (8)借助队列实现二叉树的层次遍历。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence of binary list. (2) in traversing
fan3
- 1.建立中序线索二叉树,并且中序遍历; 2. 求中序线索二叉树上已知结点中序的前驱和后继; -1.Inorder threaded binary tree, and in order traversal 2 precursor and successor. Seeking inorder threaded binary known node in order
ThreadTree
- 线索二叉树遍历的动态演示,用QT做的界面,很直观漂亮。-Threaded binary tree traversal dynamic presentation with QT interface, very intuitive and beautiful.
Threaded-binary-generation
- 数据结构模块化解决线索二叉树生成与中序遍历-Threaded binary generation in order traversal
text_binarytreeThread_1
- C++中的二叉树的实现程序,并且使之线索化(using visual studio 2013 to realize the binary tree and making it a circle with the thread)
二叉树的实现
- 给出了在全线索二叉树中插入结点和二叉树的算法,然后阐述了这种运算的特点。(This paper gives the algorithms inseting root-node and binary tree in all threaded binary tree.)
Binary Tree
- 1. 编写建立二叉树的二叉链表存储结构,并用广义表的形式显示; 2. 在二叉树的二叉链表存储基础上,实现二叉树的先序线索链表结构,并显示和存储二叉树的相应的线索链表; 3. 在二叉树的先序线索链表存储结构上,实现求任一个结点的先序的后继和前驱结点的算法; 4. 实现对先序线索二叉树的先序遍历的非递归算法,显示相应的遍历序列。(The establishment of preemptive clue binary tree and preorder traversal)