CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Binary Tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Binary Tree - List
[
Console
]
线索树
DL : 0
本文用C语言实现了有关线索二叉树的一系列算法-Using C language of the clues to a series of binary tree algorithm
Date
: 2008-10-13
Size
: 4.93kb
User
:
申辉
[
Console
]
二叉树的高度程序!
DL : 0
本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
Date
: 2008-10-13
Size
: 1.04kb
User
:
申辉
[
Console
]
ThreadTree
DL : 0
清华殷人昆版数据结构c++版,线索化二叉树调试成功-Qinghua Queensland Yin Dynasty data structure c edition version of a binary tree debugging clues success
Date
: 2008-10-13
Size
: 8.4kb
User
:
李海涛
[
Console
]
线索树
DL : 0
本文用C语言实现了有关线索二叉树的一系列算法-Using C language of the clues to a series of binary tree algorithm
Date
: 2025-12-19
Size
: 5kb
User
:
申辉
[
Console
]
二叉树的高度程序!
DL : 0
本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
Date
: 2025-12-19
Size
: 1kb
User
:
申辉
[
Console
]
ThreadTree
DL : 0
清华殷人昆版数据结构c++版,线索化二叉树调试成功-Qinghua Queensland Yin Dynasty data structure c edition version of a binary tree debugging clues success
Date
: 2025-12-19
Size
: 8kb
User
:
李海涛
[
Console
]
BinTreeExp
DL : 0
二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in the non-recursive traversal sequence after sequence of non- recursive traversal algorithm. Which contains a sequence of stack and queue the realization of the code.
Date
: 2025-12-19
Size
: 207kb
User
:
LCC
[
Console
]
erchashuquanbugongneng
DL : 0
二叉树的全部功能实现模块,对学数据结构的大学生来说说个好东西,已经通过编译实现!-Binary tree to achieve the full functionality of modules, data structures for school students for the good things that have been adopted to achieve the compiler!
Date
: 2025-12-19
Size
: 5kb
User
:
wxg
[
Console
]
traverse
DL : 0
后续遍历非递归 数据结构中二叉树的遍历中 使用后续遍历非递归遍历二叉树-Follow-up data structure traversal non-recursive traversal of binary tree used in the follow-up traversal non-recursive binary tree traversal
Date
: 2025-12-19
Size
: 248kb
User
:
马文斌
[
Console
]
Complete_binary_tree
DL : 0
在完全二叉树中,在层次遍历和先根序遍历中,已知某节点在一种遍历中的编号,求该节点在另一种遍历中的编号.-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.
Date
: 2025-12-19
Size
: 281kb
User
:
weixiaoguoke
[
Console
]
binary_tree
DL : 0
这个程序是关于二叉树的实现。是去年做的,关于遍历二叉树之类的。-the implement of binary tree
Date
: 2025-12-19
Size
: 150kb
User
:
王丽
[
Console
]
Glist_in_Creat_Bitree__inorder_out
DL : 0
对广义表形式的输入的字符串建二叉树,并中序输出-In put a Glist and Create a Binary Tree with it then output the Binary tree inorder
Date
: 2025-12-19
Size
: 2kb
User
:
石俊
[
Console
]
dd
DL : 0
二叉树先序遍历 实验代码 asd asd -Visiting Binary Tree Experiment code
Date
: 2025-12-19
Size
: 1kb
User
:
段立伟
[
Console
]
bintree
DL : 0
对一个二叉树进行各种运算,包括获取节点的子树节点数,节点层数,节点子树的最大值等等。-Various operations on a binary tree, including access to the sub-tree nodes in the node, the node number of layers, so the maximum value of the node subtree.
Date
: 2025-12-19
Size
: 10kb
User
:
scorpioc
[
Console
]
Preorder-binary-tree-(tree-print
DL : 0
先序二叉树(树状打印) 将二叉树以先序输出,并且图状打印-Preorder binary tree (tree print) binary tree output and print maps for preorder
Date
: 2025-12-19
Size
: 4.97mb
User
:
民莹
[
Console
]
binary-tree
DL : 0
(1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, after the binary tree traversal: recursive algorithm. (3) traversal of a binary tree: non-recursive algorithm. (Preferably also able to achieve the first sequence, after the non-recursive algorithm) (4) binary tree of height. (5) the number of tree leaves. (6) With the level of a binary tree traversal queue. (7) in the main function to design a simple menu, respectively debugging the above algorithm.
Date
: 2025-12-19
Size
: 2kb
User
:
fei
[
Console
]
tree
DL : 0
算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
Date
: 2025-12-19
Size
: 22kb
User
:
郭悠悠
[
Console
]
tree
DL : 0
控制台版学生管理系统,数据结构用平衡二叉树实现,10万数据秒杀,支持文件读写-The console version of the student management system, with a balanced binary tree data structure, data 100000 seconds to kill, the supporting documents to read and write
Date
: 2025-12-19
Size
: 53kb
User
:
张亚洲
[
Console
]
tree
DL : 0
输入字符序列,建立二叉链表。 前序、中序、后序遍历二叉树:递归算法。 前序、中序、后序遍历二叉树:非递归算法。 求二叉树的高度 。-Enter the character sequence, build binary list. Preorder, inorder, preorder after binary: recursive algorithm. Preorder, inorder, preorder after binary: non-recursive algorithms. Seeking highly binary tree.
Date
: 2025-12-19
Size
: 3.08mb
User
:
qulei
[
Console
]
Story-editor-binary-tree-traversal
DL : 0
“文章编辑二叉树遍历各种排序.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
Date
: 2025-12-19
Size
: 11kb
User
:
薇乐知
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.