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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are examples of simple (software) solutions for complex problems

5 点作者 cheerioty大约 4 年前

4 条评论

Simulacrum0大约 4 年前
Ray Tracing ( specifically Path Traced GI ) is fairly simple given the complexity of &#x27;reality&#x27; and light bouncing off or through various materials. The actual algorithms used to bounce&#x2F;scatter&#x2F;gather light aren&#x27;t complex.<p>Symmetric Encryption is usually a couple matrix multiplies over blocks of data...giving a lot of complextity from a few simple constants and arithmetic ops.
textman大约 4 年前
Do you mean the code is simple or the software is simple&#x2F;easy to use?
评论 #27100279 未加载
emgo大约 4 年前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bully_algorithm" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bully_algorithm</a>
pestatije大约 4 年前
The brute force algorithm.