资源列表
Resource
- first come fist serve
1032Parliament
- 算法编程题,北京大学OnlineJudge 1032Parliament-1032Parliament
Lagrange
- 朗格朗日插值计算可以方便快捷的生成计算程序,和方便实用-Lengrand on interpolation can be easily and quickly calculate the generation of computational procedures, and to facilitate practical
huffman_coding
- c++ 编写的哈夫曼编码程序,实现对数据的哈弗曼编码-c++ to prepare the Huffman coding process, the realization of the data encoding哈弗曼
8huanghou
- 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突地放置八个皇后棋子-8 queenes problem is how to place 8 chess pieces in the 8* 8 board without conflict
1303calendar
- 给定从公元2001年1月1日开始已经过去的天数,我们的目标是给出这一天是哪年哪月哪日星期几-Given from the year 1 January 2001 has passed the number of days the beginning, our goal is to give what the day on which day of the week what! !
01bag
- 0-1背包问题,采用了动态规划的算法,输入物品的重量和价值,以及背包的容量,计算出最优解-0-1 knapsack problem, using a dynamic programming algorithm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~
Binary-tree
- 二叉树的遍历算法,包括先序遍历,中序和后序。数据结构课程要求。-Binary tree traversal algorithm
kmp_test
- 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm, enter the three main string S and pattern string P output mode string Next (j) The function value, as well as the P position in the S orientation funct
EK
- ek最大流,求网络中可行的最大流量,返回该最大值-Feasible in ek maximum flow, network maximum flow, return to the maximum
Stack_Public_Interface
- < Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>>
zheban
- 折半排序,是一种很简单的排序方法,与直插排序类似-half sort