资源列表
duizhan
- 堆栈算法。输入为整数N,输出为N的M种输出。-stack algorithm. Integer N input and output for the M N output types.
JOPHLINK
- 数据结构中约瑟夫环问题的链式存储结构(循环链表)算法实现-data structure Josephus the chain storage structure (circular linked list) Algorithm
计算字符串的位置
- 断第1个字符串中是否包含第2个字符串,如果包含说明第2个字符串在第1个字符串的位置。
adder_tree
- 这是一个利用FPGA来实现加法器的算法,利用加法树的概念!
KRUSKAL
- * create a forest F (a set of trees), where each vertex in the graph is a separate tree * create a set S containing all the edges in the graph * while S is nonempty and F is not yet spanning o remove an edge with minimum weight from S o
link
- 链表中的操作使用,包括链表多种建立方法,删除和插入等操作。-List of operational use, including the establishment of the list a variety of methods, such as delete and insert operations.
KMP
- 本程序可以实现字符串模式匹配算法,在数据结构C语言版本的基础上,稍微改动了一下,原理参照书上所写的。-This program can be a string pattern matching algorithms, data structures in C language based on slightly changed a bit, principles written in the book reference.
path
- 比较普遍的迷宫问题,应用数据结构中的链表解决-Maze problem more common application of the linked list data structure to solve
JOSEPH
- 我这个是用顺序表存储结构(数组)写的JOSEPH环,算法简单易懂,适合初学数据结构认识阅读-I this is a sequence table storage structure (array) wrote JOSEPH ring algorithm simple, suitable for beginners to read data structure knowledge
RandomNum
- 使用Java语言随机生成一组数字,并采用插入排序算法对该数组进行排序-Using the Java language to generate a set of random numbers, and using insertion sort algorithm to sort the array
1189
- acm-pku-1189 钉子和小球 北大acm自做题解
QuickSort
- 一个好用的快速排序算法,调试已经通过,排序快速-quick sort code