资源列表
second_max
- 以高效率的方法查找一个数组中的第二大数,数组中的数可以相同.同时对各种可能发生的错误返回相应得错误代码。-find second max number in a high effective method.The number in the array could be the same.meanwhile ,the program return special error code
quicksort
- 采用c语言描述,实现快速算法,实现算法的最优化-Using c language to describe, fast algorithm,
Biggest_Prime_Number
- 国外高手编写的打印人类已知最大素数的小程序,短小精悍但是很有内涵-Coded by a foreign master printing the largest prime number known to man, a small program, dapper but useful content
1909wanquanbeibao
- acm编程题目,完全背包问题(即求最优解),包括算法思想和源程序-acm programming topics, complete knapsack problem (that is, the optimal solution), including algorithms and source ideas
BITREE
- c++实现二叉树的基本操作,包括先序,后序,中序的一些操作-c++ to achieve the basic operation of a binary tree, including the first order, after the order, the order of some operations, etc.
quan
- 设有N个人围坐一圈,现从某个人开始报数,数到M的人出列,接着从出列的下一个人开始重新报数,数到M的人又出列,如此下去,直到所有的人都出列为止。试设计确定他们的出列次序序列的程序。-Sitting around a circle with N individuals are reported from a number of individuals began, the number of people out of the column to the M, then the next perso
hdu_1406_20091004_WA
- 此程序为ACM中的一个案例程序,虽然代码有点复杂,但可以用来参考和学习。-This program is a case in the ACM program, although the code is a bit complicated, but can be used to reference and study.
LCA
- Tarjan算法求最近公共祖先,输入树和询问,按询问顺序回答-Tarjan algorithm for recent common ancestor, the input tree and asked to answer the order by asking
HK2011_3
- 2011年3月华中科技大学计算机专业研究生复试上机习题(11-2)-Yuet Wah in 2011, 3 University computer science graduate student re-examination exercises on the machine
SStable
- 数据结构课本中的顺序查找,VC编译通过,能够运行-Data structures textbooks in order to find the VC compiler, capable of running
binary_search
- 二分查找算法 在写程序时需要使用可以参考-binary_search when coding encounter problem that need this class you can use it
QuickSort1
- C代码,Dev-C++环境,快速排序,用户输入待排序的数值的个数和每个具体的数值。-C code, Dev-C++ environment, quick sort, the user enters the number of values to be sorted and each specific value.