资源列表
KMP_MP
- KMP算法实现的字符串查找、替换控制台程序。数据结构必备。-KMP algorithm to achieve the string to find, replace the console program. Data structure is essential.
Huffman
- 哈夫曼编码。控制台程序。数据结构必备。快速排排,双队列建树。-Huffman coding. Console application. Data structure is essential. Quickly in a row, the dual queue contribution.
daohen
- 设计你的学校的平面图,至少包括10个以上的场所,每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。-Design the floor plan of your school, including at least more than 10 places, each of the two sites can have different road, and the long road may be different, find another pla
ccPP-algorithm-experiments
- cc++算法实验总汇 包含:动态规划法matrix knapsack_dd模板 huff模板 fib模板 dijkstra模板-cc++ algorithm experiment summary include: dynamic programming the matrix knapsack_dd template the huff template the fib template dijkstra template
yuanchengxu
- 线性表源程序,不用再自己敲键盘了,因为平时看试验书的时候,看懂了也要自己敲,很麻烦-Linear table source program, and not to knock his keyboard
link
- 实现单链表的一些基本功能 插入 删除 排序 等-Some basic features of a singly linked list insertion and deletion sorting
tsp
- 旅行商问题概述:找出一条n个给定的城市间的最短路径,使我们在回到出发的城市之前,对每个城市都只访问一次,即最短哈密顿回路问题。-Overview of the traveling salesman problem: to find the shortest path between a n given cities, so that before we return to the starting city, visit each city only once, the shortest Ham
fenzhi
- 查找k1-k2问题从包含n个整数的无序列表中输出第k1小到第k2小之间的所有整数,其中k1<=k2。必须用分治法求解,但是不能简单地重复使用求第k小元素的分治法-Find the small k1 to k2 small integer, k1-k2, the problem from an unordered list with n integers in the output, where k1 < = k2. Divide and conquer method to solve,
test.cpp
- 考虑右边的无向网,设计算法输出从顶点a到顶点i的一条带权路径长度最短的简单路径.采用递归或非递归的深度优先或广度优先遍历算法扩展实现-Consider the right to the network design algorithm output realization of recursive and non recursive depth-first or breadth-first traversal algorithm extensions from the vertex a to v
test
- 动态规划法求两个序列的最长公共子序列及其长度-The dynamic programming method to seek the longest common subsequence and its length of two sequences
TreeClass
- 一个不错的树模板类,可直接拿来使用,一个外国人写的-A good tree template class that can be directly used to write a foreigner
daima
- 这个压缩包包含了c语言版的数据结构中一些经典的上机例子,也是学习数据结构必须要会做的一些题目的代码。-This package contains the data structure in c language version of the classic example, but also to learn the code of the data structures must be doing some of the topics.
