TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Breaking np-complete with memcomputing. Is it real?

15 pointsby mhurdalmost 10 years ago

4 comments

krczalmost 10 years ago
&gt; If we solve NP-complete efficiently then we may break TSP and all sorts of magical optimisation problems joyously drop out of the sky at our feet. It is not clear if this would also break integer factorisation and thus RSA, but perhaps it might.<p>Not true. Factorization is NP, so having a fast way of solving NP-complete problem would yield a way to solve factorization as well. On the contrary it is not known to be NP-complete (and is believed to not be), so solving factorization in polynomial time would not help with other NP problems.
评论 #9857386 未加载
fractalcatalmost 10 years ago
No, for the reason outlined by Aaronson in [0] - I don&#x27;t see anything in the update which addresses this.<p>[0] <a href="http:&#x2F;&#x2F;www.scottaaronson.com&#x2F;blog&#x2F;?p=2212" rel="nofollow">http:&#x2F;&#x2F;www.scottaaronson.com&#x2F;blog&#x2F;?p=2212</a>
评论 #9857377 未加载
ZoFreXalmost 10 years ago
This article says nothing. It waffles vaguely about a number of unrelated topics, adding nothing of value to anything that&#x27;s been said previously, and critically adding nothing of value to the paper it links to.<p>I suspect it is on the front page of Hacker News only because no-one else wants to appear ignorant of the topics in question by pointing out that it makes no sense.
评论 #9858117 未加载
crb002almost 10 years ago
No. Grab a copy of Ja Ja&#x27;s book. There are some cool things you can do with a PRAM machine. <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;Introduction-Parallel-Algorithms-Joseph-JaJa&#x2F;dp&#x2F;0201548569" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Introduction-Parallel-Algorithms-Josep...</a>