资源列表
queue
- 用C语言实现的队列的数据结构,很好的学习资料。-Using C language to achieve the queue data structure, a very good learning materials.
poj2115
- poj2115,北大acm里面题目的代码
hillpaixu
- 希尔排序算法的C++实现,学习数据结构的应该-Hill sorting algorithm for C++ implementation, learning data structures should look at
complex
- 简单的排序信息隐藏算法 首先将信息序列排序 对于待隐藏的一位信息,如果信息是‘0’,那么使用偶数位置的数来隐藏信息,否则使用奇数位置的数来隐藏信息。 一旦奇数位置(或者偶数位置)用完,则把剩下的偶数位置(或者奇数位置)重新分配奇偶位置。然后执行第2步。 最后会剩下一个数,这个数不能够隐藏信息,但是需要将这个数放到最后。 -Information Hiding in a simple sorting sequence of the first sort of informati
Two-forks-tree-problem
- 二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
light
- Ural 1464 Light 解法:计算几何+线段树-Ural 1464 Light Solution: Computational Geometry with segment tree
lianbiao
- 通过使用链表对一组数进行排序,并可以在此已排序的的数组插入数并自动进行排序
tongxin
- 图的最小生成树,数据结构中实现N个城市之间通信的程序,希望有用!-Minimum spanning tree graph, the data structure to achieve communication between N cities in the procedure, hope helpful!
BinaryTree
- 这是个二叉树的数据结构的各项操作。有二叉树的拷贝,计算树高,树叶等。特别要注意的是用非递归算的。-Binary Tree is not recursion
Dijkstra
- 可以求出最短路径,Dijkstra算法。计算方法,给出主要步骤-You can find the shortest path, Dijkstra algorithm. Calculation method, the main steps are given
tulun
- 一个实现最小生成树的程序,通过输入图的路径来找到该最小生成树-A program to achieve the minimum spanning tree, by entering that path to find the minimum spanning tree
Figure-BFS-and-DFS-traversal
- C语言,采用邻接矩阵存储,实现图的BFS、DFS遍历,源代码-C language, using the adjacency matrix storage Figure BFS and DFS traversal, and source code
