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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: field in Computer Science least explored?

11 点作者 wilinglearner超过 11 年前
What are some topics in Computer Science least known to us? and why?

3 条评论

ivan_ah超过 11 年前
There are many open problems in Computational Complexity Theory.<p><a href="https://complexityzoo.uwaterloo.ca/Complexity_Zoo:P" rel="nofollow">https:&#x2F;&#x2F;complexityzoo.uwaterloo.ca&#x2F;Complexity_Zoo:P</a><p>It is a difficult subject matter: instead of proving something about a specific program, you must prove results about all possible programs that achieve a task given some set of constraints.<p>IMHO, it is amazing that <i>any</i> results (e.g. [1]) are known at all in that field given how little structure they must work with...<p>Think of this field as the particle physics of CS---not very useful in the real world, but still very cool to learn about.<p>[1] <a href="https://en.wikipedia.org/wiki/PCP_theorem" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;PCP_theorem</a>
mslate超过 11 年前
NLP, it&#x27;s truly poised for a renaissance.
seiji超过 11 年前
Least known? I think we know the topics even if we aren&#x27;t good at them.<p>There are lots of medical problems and brain problems and large scale coordination problems we know about but haven&#x27;t solved or reduced to solvability yet.