<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tcs.nju.edu.cn/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2.223.170.161</id>
	<title>TCS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tcs.nju.edu.cn/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2.223.170.161"/>
	<link rel="alternate" type="text/html" href="https://tcs.nju.edu.cn/wiki/index.php?title=Special:Contributions/2.223.170.161"/>
	<updated>2026-05-04T22:08:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://tcs.nju.edu.cn/wiki/index.php?title=NP-complete&amp;diff=7738</id>
		<title>NP-complete</title>
		<link rel="alternate" type="text/html" href="https://tcs.nju.edu.cn/wiki/index.php?title=NP-complete&amp;diff=7738"/>
		<updated>2016-12-30T12:39:48Z</updated>

		<summary type="html">&lt;p&gt;2.223.170.161: Added NP-hardness link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An NP problem is an [[algorithm]]ic problem such that if you have a case of the problem of size &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, the number of steps needed to check the answer is smaller than the value of some [[polynomial]] in &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. It doesn&#039;t mean one can find an answer in the polynomial number of steps, only check it. &lt;br /&gt;
&lt;br /&gt;
An NP-complete problem is an NP problem such that if one could find answers to that problem in polynomial number of steps, one could also find answers to all NP problems in polynomial number of steps. This makes NP-complete decision problems the hardest problems in NP (they are [[NP-hardness|NP-hard)]]. People spent lots of time looking for algorithm that finds answers to some NP-complete problem in polynomial number of steps, but haven&#039;t found any. Because of this, if someone shows a problem to be NP-complete, it is not likely that there is an algorithm solving it in polynomial number of steps.&lt;br /&gt;
&lt;br /&gt;
The unsolved problem [[P versus NP|P = NP]] asks whether polynomial time algorithms actually exist for NP-complete, and by corollary, all NP problems. It is widely believed that this is not the case.&lt;br /&gt;
&lt;br /&gt;
The [[Travelling salesman problem]] is an NP-Complete problem.&lt;br /&gt;
&lt;br /&gt;
{{math-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Theoretical computer science]]&lt;/div&gt;</summary>
		<author><name>2.223.170.161</name></author>
	</entry>
</feed>