
Java作业
iteye_7822
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
生日悖论的模拟
[quote][b]Programming: The Birthday Paradox[/b]There's a parlor trick known as the Birthday Paradox where in any group of 23 or more people, chances are more than 50% that some two people have the...2008-02-03 21:54:29 · 453 阅读 · 0 评论 -
字符串变异的演示
[quote][b]Programming: String Mutation[/b]Richard Dawkins, in his book The Blind Watchmaker, explains his much-debated experiment known as the weasel program. This algorithm is designed to show th...2008-03-24 20:12:28 · 245 阅读 · 0 评论 -
几种排序算法的对比
[quote][b]Programming: Sort Testing[/b]Your task this week is to implement four sorts, and do experiments to see how fast they run for different sizes and types of input data sets. The sorts are: ...2008-03-24 20:27:47 · 144 阅读 · 0 评论