资源列表
1905(KMP)
- zoj的1905题. KMP算法的标准程序。
mergesort
- 归并排序,C代码,初学者可以看一下,大家分享一下-Merge sort, C code, and beginners can take a look, we share with you
Matrixchain
- 这个算法解决了矩阵连乘问题,采用的算法来自算法设计-This algorithm solves the matrix multiplication problem with using the algorithm from the algorithm design
quick
- 快速排序算法功能的实现,里面的详细的说明-Function of the realization of fast sorting algorithm, which detailed descr iption of
lorder
- 关于数据结构这门学科的源代码程序,序列七之三。-About data structure of the subject, the source program
paixu
- C++平台下实现数据的自动快速排序法,然后提取数组中出现的数据,并且记录其出现的次数,并且程序中用到了矢量数组-Quick sort
selection-Sort
- 每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。 选择排序是不稳定的排序方法。-Selection sort in C/C++
prime_1
- 利用C++实现的普瑞米尔算法结构~构件最低端路径~-Using C++ implementation Puri Kashmir algorithm structure ~ component is the most low-end path ~
new-Bubble-Sort
- 修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the second trip to the smallest obj
lianshou
- 有15个人围成一圈,顺序从1到15编号。从第一个人开始报数,凡报到n的人退出圈子。用C语言写出程序,输入n(n>=1)的值,输出最后留在圈子里的人的编号 -Have 15 people in a circle, the order number from 1 to 15.Starting from the first person counted off people who report to n out of circle.Using C language to write the p
delete-linked-list-node
- 该源码用c语言编写,可以删除链表中的结点,是数据结构中链表删除的一种基础练习程序,简单易懂。-The source code in C language, you can delete the linked list of nodes, is a basic delete list data structure in the exercise program, easy to understand.
BiTree
- 给定前序遍历和后序遍历的顺序,要求出总共有多少棵不同形态的二叉树满足这样的遍历顺序。-To order preorder and postorder before setting requires the total number of trees of different forms of binary tree traversal order to meet this.