Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computational Complexity (Turing Machines (types (Non-Deterministic Turing…
Computational Complexity
P vs. NP
asks if being able to easily check if a solution is correct implies that a solution can be easily found
-
if P=NP, modern cryptography will be easily broken
-
-
Turing Machines
Halting Problem
says that it is impossible to have an algorithm that decides if an algorithm will halt on a given input
-
-
-