本文为大家梳理阐述了十种高效率的编程算法,熟练掌握的程序员可以借这些方法逐渐发展为高手,那么我们一起来探究一下是哪十种算法有这么神奇的效果。 算法一:快速排序算法 快速排序是由东尼·霍尔所发展的一种排...
分类:
编程语言 时间:
2015-08-28 13:41:58
阅读次数:
252
Uncle Tom's Inherited Land*
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 2496 Accepted Submission(s): 1028
Special Judge
Problem De...
分类:
其他好文 时间:
2015-08-27 13:36:34
阅读次数:
197
分割数 代码(C)本文地址:http://blog.csdn.net/caroline_wendy题目: 有n个无差别的物品, 将它们划分成不超过m组, 求出划分方法数模M的余数.比如: n=4的m=3个划分, result=4(1,1,2; 1,3; 2,2; 4)使用动态规划(DP)方法,n的m...
分类:
编程语言 时间:
2015-08-18 11:50:35
阅读次数:
139
题目地址:light oj 1007
第一发欧拉函数。
欧拉函数重要性质:
设a为N的质因数,若(N % a == 0 && (N / a) % a == 0) 则有E(N)=E(N / a) * a;若(N % a == 0 && (N / a) % a != 0) 则有:E(N) = E(N / a) * (a - 1)
对于这题来说,首先卡MLE。。只能开一个数组。。所以把前缀和也存到...
分类:
其他好文 时间:
2015-08-10 10:38:10
阅读次数:
154
欢迎参加——每周六晚的BestCoder(有米!)
Coder
Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4200 Accepted Submission(s): 1630
Problem Descri...
分类:
其他好文 时间:
2015-08-08 00:05:01
阅读次数:
118
Light BulbsTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 2976Description Wildleopard had fallen in love with his girlfriend for 20 years. He wanted to...
分类:
其他好文 时间:
2015-08-02 23:26:11
阅读次数:
212
Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 12907 Accepted Submission(s): 7983
Problem Description
There is a rect...
分类:
其他好文 时间:
2015-07-31 10:32:51
阅读次数:
85
J - Goblin Wars
Time Limit:432MS Memory Limit:1572864KB 64bit IO Format:%lld & %llu
SubmitStatusPracticeSPOJ
AMR11J
Description
The wizards and witches of Hogwarts School of Witchcraf...
分类:
其他好文 时间:
2015-07-30 11:27:28
阅读次数:
123
ChemScript是一个化学信息学软件开发工具包(SDK),它包含的编程算法在珀金埃尔默产品中较为常见。本文将讲解如何在ChemBioOffice中的ChemScript申请创建自己的脚本文件。ChemScript的所有脚本文件范例都可以在Python和C#/.NET中获取。如果你熟悉这些语言,你...
分类:
其他好文 时间:
2015-07-29 11:49:01
阅读次数:
126
Wumpus
Time Limit: 2 Seconds Memory Limit: 65536 KB
One day Leon finds a very classic game called Wumpus.The game is as follow.
Once an agent fell into a cave. The legend said that in this...
分类:
其他好文 时间:
2015-07-28 10:50:47
阅读次数:
154