搜索资源列表
c-algorithm-set
- c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
用C++描述的各种数据结构算法
- 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
xuehaiwuya
- 算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
二叉树的创建及先序、中序、后序遍历
- 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
Huffman解码编码
- 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
C++实现二叉树很好的例子
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
m_数据结构
- 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
mystruct
- 这是一系列关于二叉树的创建,查找,霍夫曼等数据结构编程,-This is a series of binary tree to create, find, Hoffman data structure programming,
wemjiam
- 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for HUF fman Coding Algorithm
erchashu1
- 这是二叉树的排序,使数据结构最基本的一个实现,希望对大家有点帮助-This is a binary tree, in order to make the most basic data structure to achieve one, we hope to help a bit
shuju
- 数据结构学习用到的一些程序!!里面有二叉树相关的几个,有深度,广度搜索,各种排序等!-data structure used to study some of the procedures. ! There are several related to the binary tree, the depth, breadth search, various ranking!
sjjgys
- 各种数据结构和算法演示(顺序表,链表,二叉树,图,动态查找,广义表,串,存储管理等)-various data structures and algorithms Demo (chronology, linked list, binary tree, graphics, dynamic search, generalized table, string, Storage Management)
DataStruct
- 里面包含各种数据结构方面的知识,如链表,树,图等 含有vc代码-which contains various data structure of knowledge, such as linked lists, trees, and maps containing vc code
wuziqi1100
- 这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程。-here Design and Implementation of a crew of 331 under the procedures adopted Game tree, Application of pruning trees and the largest and most principle Search
shuerchashu
- 关于数据结构的树,二叉树,森林的转换的flash文件。-data on the structure of the tree, binary tree, forest conversion of flash paper.
bianli
- 数据结构中树的遍历,包括递归和非递归遍历 结构很完整-data structure traversal of the tree, including recursive and non - recursive structure is complete traversal
shujujiegou
- 数据结构完整实验报告。内含多个原代码: 线性表基本操作,堆栈与队列, 二叉树基本操作,图的基本操作, 查找
tree_array
- 数据结构中的树状数组,能够实现高效查询,在数组中进行查询的复杂度为 O(log(n
examples
- 数据结构的一些头文件和例子包括了线性表,栈,树
Bitree
- 二叉树的遍历,数据结构问题 递归和非递归的都有