资源列表
Sorting
- 排序算法,完成几种排序算法并进行比较-Sorting algorithm to complete several algorithm and compared
1017
- 浙大 编程能力测试 的甲级题目 第 1017. Queueing at Bank (25) 服务窗口排队问题-Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the customers have to wait in line behind the yell
poj1990
- poj上第1990题目源码,用到了2个树状数组,这题数据结构是关键,想到了题目就很简单了-poj first topic FOSS 1990, used the two tree arrays, which that data structure is the key, think of a very simple topic
juanji
- C语言完成,图形界面的卷积积分运算器,根据输入的函数进行卷积运算
duilie
- 循环双端队列的建立以及一些简单的操作,如插入、删除。
jisuanji
- 简单的一个 4算法 计算机软件 可以简单的编制以下 可以采取方法学习。-Below a simple 4 algorithm computer software may simple establish may adopt the method study
KMP
- 改进的KMP算法(数据结构),可以输出nextval值,判断子串与主串是否匹配,匹配的话可以输出在哪里开始匹配-Improved KMP algorithm (data structure), nextval values can be output to determine whether the substring matches with the main string, then you can match the output of where to start matching
maze
- 回溯法求解迷宫问题。C实现,vs2010开发环境-Backtracking to solve the maze. C implementation, vs2010 development environment
TSP_DP
- 矩阵最短路径,算法分析中求最短路径的c++源程序代码
c5
- 要求按每个数的后三位的大小进行升序排列,然后取出满足此条件的前10个数依次存入数组b中,如果后三位的数值相等,则按原先的数值进行降序排列
mergeSort
- 合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)
lcs
- 本程序计算两个序列的最长公共子序列LCS