资源列表
贪心法求任务调度问题
- 西电算法课的贪心部分上机试验题目!
CompareStrings
- Can be used to compare strings.
InsertionSort
- 一个很经典的排序算法,此算法步骤非常简单,可以快速的进行对数组的排序。-A very classic sort algorithm, this algorithm is very simple steps, can quickly to an array of the list.
ZZ
- 一个关于中值滤波的程序,在Borland C++下编译通过
shuxu
- 顺序查找是一种简单的查找方法,数据记录顺序存放在某顺序表中。顺序表查找的方法是:从顺序表的一端开始,用给定值K逐个顺序地与表中各记录的关键字相比较,直到在表中找到某个记录的关键字与K值相等,表明查找成功;否则,若查遍了表中的所有记录却仍未找到与K值相等的关键字,表明查找失败。
stack_int
- 数据结构中栈的实现,是以int为基本类型的栈,具体方法包括进栈出栈等等。-Implementation of the stack data structure, based on the basic types int stack, the specific methods included in the stack so the stack.
danlianbiao
- 数据结构:单链表操作。创建2个单链表,将第二个单链表连接到第一个单链表的末尾。-Data structures: singly linked list operations. Create two single-linked list, will be the second single chain connected to a single list at the end.
bellman_ford
- 图论中最短路径的一些算法,包括bellman_ford等-Shortest path algorithm in graph theory, including bellman_ford
Compare two matrix
- Compare_two_matrix.rar
10082
- 在线提交程序源码,输入n本书的信息,按价格高低输出,并输出总额-a simple source code related with struct
KMP
- 一个kmp算法,用于字符串匹配,可以快速匹配两个字符串,查找是否存在相同子串-A kmp algorithm for string matching, you can quickly match two strings, find the existence of the same substring
hero
- 银河英雄传说算法实现,帮助熟练掌握并查集-Legend of Galactic Heroes algorithm