资源列表
bmhs_algorithm
- 一种比较理想,快速的字符串匹配算法-BMHS算法,它与BM算法的性能相当,但是算法复杂度较低。
xianxingbiao
- 数据结构中线性表实现-Linear table data structure to achieve
telephonebook
- 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Phone book write C++ program performs the following functions: (1) simple phone b
PerTravel_Tree
- 用图的邻接矩阵存取,来进行图的前序遍历-with the adjacency matrix access, plans to conduct the first preorder
ALGO3-9
- 用于迷宫问题的解决用户根据根据要求进行设置即可在屏幕上显示
bagtest
- 背包容量为T,有N件物品,重量分别为V1,V2V3......Vn,找出m见物品,使m件物品的重量正好等于T。-Backpack capacity for T, N items, weight were V1, V2V3...... Vn, find out m see goods, to make m items is exactly equal to the weight of the T.
GRAPH3
- 实现图的遍历,主要是实现对无向图中是否存在有值为k的路径的算法实现-The realization of graph traversal, mainly the realization of undirected graph whether there is a value of k path algorithm
string
- C++、数据结构、顺序串的基本操作、源代码-C++, data structure, the basic operation of the order of strings, the source code
yuandaima
- 各类排序算法比较、六类排序的关键字移动!消耗时间!等的比较-Comparison of various sorting algorithms, six types of sorting keywords mobile! Time consuming! Comparison of such
MovementInSorting
- 比较快速排序、合并排序、插入排序三种方法中对元素的腾挪次数。-Comparison in terms of element movement with quick sort, merge sort, insertion sort.
shizilianbiao
- 稀疏矩阵计算的十字链表法,转置,加法,乘法-Cross Chain sparse matrix computation method, transpose, addition, multiplication
testDataInf
- 5种排序功能的实现,学习数据结构和算法基础时有用!-5 kinds of sort functions to achieve, to learn the basis of data structures and algorithms useful!
