资源列表
li1
- 设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7,10,12,16,24长度为6的不下降序列。程序要求,当原
mataqipan
- 数据结构课程设计之马踏棋盘(非递归实现)-Data structure of the horse riding course design board (the realization of non-recursive)
bestpath
- 基于二叉树的图最有路径算法,在图能转化到二叉树表示时,可求解-the best path based on binary tree
binarytree
- 包括建立输出前序遍历中序遍历后序遍历、求树高统计叶子总数等-Including the establishment of the output sequence of pre-order traversal traversal traversal after, and the total number of tree leaves and other high-statistics
022450-01
- 实用数据结构课后习题解答,里面中的一些答案-Practical Exercises to answer after the data structure, which some of the answers
025748-01
- 实用数据结构中的习题解答二,对课后的解答,仅供参考-Practical exercises in the data structure to answer the second, the answer to the after-school, are for reference only
sourcewhirl
- 这是一个洄溯法的源程序已经经过编译运行了没有错误-This is a source whirl back laws have been compiled to run without error
algorithm
- 一些算法的实现,用的是pascal,包括数论、图论、高精度计算、排序算法、背包问题等。-The realization of a number of algorithms, using the pascal, including number theory, graph theory, high-precision computing, sorting algorithms, and so on knapsack problem.
tingchechang
- 自己写的,数据结构课程设计,有需要的可以来看看看的,郁闷上传这麻烦-Their written curriculum design data structure, there is a need to look at to see if the can, and depressed From this trouble
N-queen_linear_time
- N-皇后问题线性时间算法 O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
calculater
- 很短的表达式求值,利用了编译原理里面的只是构建的-A very short version of expression of evaluation, be builted using the principle of the compiler.
SUFFIX_ARRAY
- 后缀数组的一个C++实现,在字符串统计中有很大作用。-Suffix array of a C++ implementation, plays a significant role in statistics in the string.