State true or false? Statement: Given a turing machine, an input for the machine, and a number T(unary), does that machine halt on that input within the first T-steps? The given problem is P-complete.
State true or false? Statement: Given a turing machine, an input for the machine, and a number T(unary), does that machine halt on that input within the first T-steps? The given problem is P-complete. Correct Answer true
If we can parallelize a general simulation of a sequential computer, then we will be able to parallelize any program that runs on that computer. If this problem is in NC, then so every other problem in P.