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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Dictionary of Algorithms and Data Structures (1998)

222 点作者 nullgeo超过 8 年前

2 条评论

almata超过 8 年前
Just to mention one that&#x27;s usually quite ignored, I love the simplicity and usefulness of the Levenshtein distance: <a href="https:&#x2F;&#x2F;xlinux.nist.gov&#x2F;dads&#x2F;HTML&#x2F;Levenshtein.html" rel="nofollow">https:&#x2F;&#x2F;xlinux.nist.gov&#x2F;dads&#x2F;HTML&#x2F;Levenshtein.html</a><p>I once implemented it in typical scenario where sales people had to look for a client, but it could be written as: 1&#x2F; That Client With A Strange Name, Ltd. 2&#x2F; The Client With Strange Name, Ltd. 3&#x2F; That Client With A Strange Name 4&#x2F; [etc]<p>It worked really well and avoided lots of duplicated entries.
评论 #12758713 未加载
评论 #12760320 未加载
评论 #12759452 未加载
jonathanstrange超过 8 年前
I often look up algorithms there, it&#x27;s a great resource. Unfortunately, you cannot search for parallel algorithms specifically and need to know what you&#x27;re looking for anyway.<p>I was wondering whether someone could recommend similar resources (or books) for <i>parallel algorithms</i>. These are still very underrepresented on websites and in books, often just an addition or mentioned in passing by.<p>Any recommendations?
评论 #12759700 未加载
评论 #12760677 未加载