Chapter 0: Q35P (page 1)
A subset of the nodes of a graph is a dominating set if every other node of is adjacent to some node in the subset. Let
localid="1663236390542"
Show that it is -complete by giving a reduction from VERTEX-COVER.
Chapter 0: Q35P (page 1)
A subset of the nodes of a graph is a dominating set if every other node of is adjacent to some node in the subset. Let
localid="1663236390542"
Show that it is -complete by giving a reduction from VERTEX-COVER.
All the tools & learning materials you need for study success - in one app.
Get started for freeConsider the problem of determining whether a Turing machine M on an input w ever attempts to move its head left when its head is on the left-most tape cell. Formulate this problem as a language and show that it is undecidable.
In the fixed-point version of the recursion theorem (Theorem 6.8), let the transformation t be a function that interchanges the states and in Turing machine descriptions. Give an example of a fixed point for t.
A queue automaton is like a push-down automaton except that the stack is replaced by a queue. A queue is a tape allowing symbols to be written only on the left-hand end and read only at the right-hand end. Each write operation (we’ll call it a push) adds a symbol to the left-hand end of the queue and each read operation (we’ll call it a pull) reads and removes a symbol at the right-hand end. As with a PDA, the input is placed on a separate read-only input tape, and the head on the input tape can move only from left to right. The input tape contains a cell with a blank symbol following the input, so that the end of the input can be detected. A queue automaton accepts its input by entering a special accept state at any time. Show that a language can be recognized by a deterministic queue automaton iff the language is Turing-recognizable.
A triangle in an undirected graph is a . Show that , where
What do you think about this solution?
We value your feedback to improve our textbook solutions.