Please enable JavaScript.
Coggle requires JavaScript to display documents.
Limits to Compution - Coggle Diagram
Limits to Compution
Reduction
-
-
Given an algorithm with input I and solution SLN, we can solve a new problem with input I' and solution SLN' by transforming the inputs and outputs (look at formal description)
-
-
Hard problems
-
-
NP-Completeness
-
-
Polynomial
NP-Complete: In a non-deterministic computer, you could find the correct answer in polynomial time
An NP problem can be NP, NP-hard and also P(olynomial)
-
-