搜索资源列表
zjuonlinejudge(1)
- 浙大acm在线评判系统zju online judge上面的题目解答源码(1),对于想要提高自己编程能力的同学来说是极好的资料,网上一般不会把这些源代码贴出,本人此次奉献出,也是想为广大编程爱好者做点贡献。
acmPKUsourcecodes
- pku online judge的一些题目的代码,全部AC的,适合编程初学者以及爱好者
zjuonlinejudgeacm
- zju online judge acm 题解 题解共享 希望在出完题目可以 看一下别人的代码 提高会很快
zju2
- zju online judge acm 题解
toj
- Tianjin University Online Judge 的80多道题目 .
pkuacm.zip
- pku online judge 的部分题解代码,the solution code of several problems of pku online judge
Zju2277228solution
- Zhejiang University Online Judge 第2277题至第2283题的代码和解题报告-Zhejiang University Online Judge Questions section 2277 to title code 2283 and problem-solving report
118-FlatworldMutant
- A solution (with a .txt file containing test cases) to the Mutant Flatworld Explorers problem in Volume I of the Problem Volumes of the UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8
ACMICPC
- 中国地质大学ACM-OJ-online judge上两道题目,在此列出,供参考学习,水平低劣,抛砖引玉-China University of Geosciences OJ-online judge on the two topics listed here for reference study, the level of poor and attract valuable comments
poj3601
- 北京大学online judge题号3601,解答及其实验报告-, No. 3601, Peking University online judge questions to answer and the experimental report
pudn_3n_p_1
- This pascal source solve ``The 3n + 1 problem this mathematical problem is avalible in UVa Online Judge it is a recursive function.-This pascal source solve ``The 3n + 1 problem this mathematical problem is avalible in UVa Online Judge it is a recu
pund_cat_in_the_hat
- This cpp source solve the problem 107 - The Cat in the Hat in UVa Online Judge using simple simulation of the problem statement
pudn_maximum_sum
- This cpp source solve the problem 108 - Maximun Sum in UVa Online Judge using Dynamic Programming
pudn_undirectinal_tsp
- This cpp source solve the problem 116 - Undirectinal TSP in UVa Online Judge using dynamic programming for traveling salesman problem.
1125
- The best solution of problem 1125 of Caribbean Online Judge using a crazy tree with some minor modifications-The best solution of problem 1125 of Caribbean Online Judge using a crazy tree with some minor modifications...
main
- hdu Open the Lock ac代码-this is an accepted code on hdu online judge.
POJ-Solution
- Some POJ Solution, This contain soma solution from POJ Peking Online Judge. Some basic problem.
SPOJ-2
- Some Solution of Problem in SPOJ (Sphere Online Judge) solved in various algorithm.
Accepted
- UVA online judge problem number 11054
OnlineJudge_1216
- 1216. heap Descr iption 使用最小化堆实现一个整型的优先队列,实现下列功能: insert x,将优先级值为x的元素入队 find x,找出优先级值大于x的最小的元素,输出其下标。如果有多个元素优先级值相同输出下标最小的那个。 DECREASE i v,将第i个节点的优先级值减少v。 Input Format 第一行含有一个正整数M(1<=M<=20000),代表总的操作数。 以下M行,每行一个操作。 Out