Chapter 0: Prologue
11 E
There are many variants of Rudrata’s problem, depending on whether the graph is undirected or directed, and whether a cycle or path is sought. Reduce the DIRECTED RUDRATA PATH problem to each of the following.(a)The (undirected) RUDRATA PATH problem.(b) The undirected RUDRATA PATH problem, which is just like RUDRATA PATH except that the endpoints of the path are specified in the input.
12 E
The
SPANNING TREE is a search problem. SPANNING TREE is NP-complete. (Hint: Start with and consider the relation between this problem and RUDRATA PATH.)
13E
Consider the following game. A “dealer” produces a sequence
21E
A vertex cover of a graph
Input: An undirected tree
Output: The size of the smallest vertex cover of T. For instance, in the following tree, possible vertex covers include
Q1E
(b) What is the result of measuring the first qubit of
(c) What is the result of measuring the second qubit after measuring the first qubit? (d) If the two qubits in state
Q1E
Question: 0.1. In each of the following situations, indicate whether
Q20E
Show that any array of integers
role="math" localid="1659938331794"
For small M, this is linear time: why doesn’t the
Q21E
Mean and median. One of the most basic tasks in statistics is to summarize a set of observations
• The median, which we’ll call
• The mean, which we’ll call
(a) Show that the median is the value of
You can assume for simplicity that is odd. (Hint: Show that for any , the function decreases if you move either slightly to the left or slightly to the right.)
(b) Show that the mean is the value of
One way to do this is by calculus. Another method is to prove that for any
Notice how the function for
(c) Show that
Q22P
The tramp steamer problem. You are the owner of a steamship that can apply between a group of port cities V . You make money at each port: a visit to city i earns you a profit of
To this end, consider a directed graph
role="math" localid="1658920675878"
Let r' be the maximum ratio achievable by a simple cycle. One way to determine r' is by binary search: by first guessing some ratio r , and then testing whether it is too large or too small. Consider any positive
- Show that if there is a cycle of negative weight, then .
- Show that if all cycles in the graph have strictly positive weight, then
. - Give an efficient algorithm that takes as input a desired accuracy
and returns a simple cycle c for which Justify the correctness of your algorithm and analyze its running time in terms of and .
Q25E
Here’s a problem that occurs in automatic program analysis. For a set of variables
For instance, the constraints.
cannot be satisfied. Give an efficient algorithm that takes as input m constraints over