Location:
Search - 二叉树,C
Search list
Description: 二叉树,图,查找,排序的几个代码,用c 写的,能运行。不错的程序哦!-binary tree, map, locate, sort of several code used to write c, can run. Good procedures Oh!
Platform: |
Size: 6981 |
Author: 张伟 |
Hits:
Description: 软件功能
(1)新建
建立一棵二叉树:
(2)遍历
选择进行先序、中序、或后序遍历,并显示。
(3)统计叶子节点个数
随时统计并显示树中的叶子节点个数。
(4)显示
将树型显示出来
开发平台
Microsoft Visual C++ 6.0
系统的运行结果
可以实现树的先序中序后序遍历,并显示树形和叶子节点数
Platform: |
Size: 1311808 |
Author: amysasaryai |
Hits:
Description: 求所给二叉树每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。内含有详细代码说明。
Platform: |
Size: 16556 |
Author: gowaymax |
Hits:
Description: 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
Platform: |
Size: 63488 |
Author: 张钊 |
Hits:
Description: 同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal sequence; Binary Tree set up to establish the structure of the storage function input and output sequence traversal sequence of function, the output preorder sequence of function.
Platform: |
Size: 1024 |
Author: 向蚱蜢 |
Hits:
Description: 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以-establish binary tree, sequence, the preorder (with the recursive and non- recursive method can be
Platform: |
Size: 2048 |
Author: 速度风 |
Hits:
Description: 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Platform: |
Size: 2048 |
Author: 王立伟 |
Hits:
Description: 二叉树,图,查找,排序的几个代码,用c 写的,能运行。不错的程序哦!-binary tree, map, locate, sort of several code used to write c, can run. Good procedures Oh!
Platform: |
Size: 7168 |
Author: 张伟 |
Hits:
Description: 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non- recursive algorithm, the level of non- recursive algorithm for binary tree depth.
Platform: |
Size: 3072 |
Author: 贾德 |
Hits:
Description: 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
Platform: |
Size: 1024 |
Author: 王国强 |
Hits:
Description: 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
Platform: |
Size: 1024 |
Author: 王国强 |
Hits:
Description: 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non- recursive traversal algorithm, and by the first sequence after sequence to establish a binary tree, the level traverse, for leaf nodes, sum up the numbers and the depth of the tree width.
Platform: |
Size: 638976 |
Author: 李扬 |
Hits:
Description: 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
Platform: |
Size: 1024 |
Author: 申辉 |
Hits:
Description: 二叉树的先序,中序,后序,层序递归和非递归实现,总节点个数和叶子节点个数,二叉树的高度等基本操作(Two binary tree first order, middle order, backward sequence, sequence recursive and non recursive implementation, the total number of nodes and the number of leaf nodes, the height of the two fork tree and other basic operations)
Platform: |
Size: 2048 |
Author: 浩浩荡荡yy
|
Hits:
Description: 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数
遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)
Platform: |
Size: 1024 |
Author: 小轩xx
|
Hits:
Description: 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。通常子树被称作左子树和右子树。二叉树常被用于实现二叉查找树和二叉堆。该算法通过输入前序和中序生成二叉树(In computer science, a two tree is a tree structure with a maximum of two subtrees for each node. Usually the subtrees are called the left subtree and the right subtree. Two forked trees are often used to implement two fork search trees and two forked heaps. The algorithm generates two forked trees through the input preorder and the middle order)
Platform: |
Size: 3953664 |
Author: 静守成雯
|
Hits:
Description: 本例程实现对于二叉树的四种遍历方式,先序,中序,后序,层序四种遍历(This routine implements four traversing methods for two forked trees, the first order, the middle order, the rear order and the sequence of four ergodicity.)
Platform: |
Size: 13312 |
Author: 煜沉 |
Hits:
Description: 数据结构问题:用c++求解二叉树直径,vs2015及以上版本可直接运行(Solving the diameter of binary trees in c++)
Platform: |
Size: 2082816 |
Author: LH--LH |
Hits:
Description: 本代码采用c/c++语言,描述了二叉树的先中后序遍历及深度(This code uses c/c++ language to describe the first and middle traversal traversal and depth of two binary tree.)
Platform: |
Size: 1024 |
Author: SuperLoser |
Hits:
Description: 本算法实现了平衡二叉树的C++应用,包括平衡二叉树的增删改查。(This algorithm implements the balanced two fork tree C++ application, including balancing two tree tree's additions and deletions.)
Platform: |
Size: 5150720 |
Author: Tume |
Hits:
« 12
3
4
5
6
7
8
9
10
...
35
»