in Algorithms edited by
656 views
1 vote
1 vote

Alan’s task is to design an algorithm for a decision problem $P$. He knows that there is an algorithm $A$ that transforms instances of $P$ to instances of the Halting Problem such that $\text{yes}$ instances of $P$ map to $\text{yes}$ instances of the Halting Problem, and $no$ instances of $P$ map to $\text{no}$ instances of the Halting problem. Which of the following is true?

  1. The existence of $A$ implies the existence of an algorithm for $P$.
  2. The existence of $A$ implies that there is no algorithm for $P$.
  3. The existence of $A$ says nothing about whether there is an algorithm for $P$.
  4. The Halting Problem can be solved using $A$.
in Algorithms edited by
656 views

1 Answer

1 vote
1 vote
Best answer

Answer:

selected by

Related questions