搜索资源列表
二叉树的创建及先序、中序、后序遍历
- 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
C++实现二叉树很好的例子
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
数据结构上机实习
- 数据结构上机实验 实验题目:两个有序循环链表合并成一个有序循环链表 实验题目:欧洲地图最短路径 实验题目:稀疏矩阵基本运算及转置 实验题目: 已给定先序构造一棵二叉树的算法,请你完成其余部分,包括先序、中序、后序遍历 二叉树并打印出来。先序序列建立二叉树的顺序读入字符为A B C Ф Ф D E Ф G Ф Ф F Ф Ф Ф,注意输入时Ф用空格代替。 实验题目:复数抽象数据类型的实现
二叉树的高度程序!
- 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
111
- 数据结构二叉树结构的实现。实现了二叉查找树所特有的功能
binSearch
- 数据结构二叉 搜索树的实现很好的例子!-data structures: a good example of binary search tree implementation
C实现二叉树
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
C实现二叉树
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
PreorderInorderPostorder
- 数据结构二叉树的建立与遍历,实验内容是以二叉链表作为存储结构,对建立的二叉树进行遍历(先序,中序,后序),采用递归方法实现。-Binary tree data structure and traversal of the establishment of the experimental binary content is stored as a linked list structure for the establishment of the binary tree traversal (f
bitree
- 二叉树遍历程序,非递归方法实现,请参考,数据结构使用-Binary tree traversal procedures, non-recursive method of implementation, please refer to the data structure uses
huffman
- 哈弗曼编码,运用数据结构中的二叉树实现,用于信息论与编码中的哈弗曼编码运用-huffman
BinaryTree
- 二叉树实现代码。包含了dev和vc实现的源码,是学习数据结构的很好的参考。-The complement of BinaryTree using c++
BTtraverse
- 数据结构二叉树的实现,除了添加、删除功能外,添加层次遍历功能,-implementaion of binary tree, function of layer traverse included
shiyansan
- 利用分类二叉树实现数据的排序处理等功能,结构体struct student{int num;char name[10] }-Classification binary tree sort of data processing functions, structure struct student {int num char name [10] }
ISAYIC
- 数据结构课程设计之利用二叉树实现检索功能-Data structure curriculum design implemented using the binary search function
StudentGradeManagementSystem
- 数据结构课程设计,用平衡二叉树实现学生成绩管理-Data structure curriculum design, student performance management to achieve a balanced binary tree
BiTree
- 数据结构二叉树的各种操作实现(包括基本操作和扩展操作),完美运行-Various operations to achieve binary tree data structure (including the basic operation and extended operations), a perfect run
the-telephone-number-looskup-system-
- 数据结构课程设计 用二叉树实现电话号码查询 前中后序遍历 层序遍历 查祖先 树的深度-Binary tree data structure courses designed to achieve Phone Number Lookup ago after preorder traversal sequence ancestor tree depth investigation
二叉树
- 数据结构中二叉树的上机实验中遇到的二叉树的建立以及其他操作(Data structure in the two fork tree experiment on the establishment of the two fork tree and other operations)
二叉树基本操作的程序实现
- 数据结构二叉树的基本操作,比较基础,初学者专用吧。。。(The basic operation of a binary tree)