TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Great Algorithms that Revolutionized Computing

78 点作者 era86超过 11 年前

7 条评论

avmich超过 11 年前
Hash tables were highly praised by Knuth as "the invention of the year". If we have binary search in the list, we should have hashes.
评论 #7266563 未加载
rumbler超过 11 年前
That inverse square root algorithm is a neat trick, but it did not revolutionize anything.<p>In addition to several algorithms already mentioned, I feel that suffix trees and suffix array algorithms should be there as well. They are making all kinds of approximate searches feasible in bioinformatics.
评论 #7269957 未加载
cliveowen超过 11 年前
I can&#x27;t fathom why the Simplex algorithm wasn&#x27;t included, it&#x27;s considered, with reason, the most important algorithm of the 19th century.
评论 #7268580 未加载
TTPrograms超过 11 年前
...FFT?
评论 #7266476 未加载
评论 #7266577 未加载
评论 #7269331 未加载
评论 #7267292 未加载
bbosh超过 11 年前
I&#x27;m not sure you can call the Euclidean algorithm a &quot;computer algorithm&quot;, it having been discovered some 2,000 years before computers existed.
carlosvega超过 11 年前
What about RSA?
评论 #7266432 未加载
michaelochurch超过 11 年前
Let me add: Least Angle Regression.<p>It&#x27;s an efficient way for performing Lasso (L^1-penalization) to regression models, which has the benefit of (in addition to reducing risk of overfitting) producing sparse models.
评论 #7267077 未加载