File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ for any small constant $\epsilon$.
11
11
Let $\text{BPP}_\alpha$ be the class of languguages L that have a PTM M such that
12
12
o If $x\in L$ then $\Pr[M(x) \text{accepts}] \geq \alpha$.
13
13
o If $x\notin L$ then $\Pr[M(x) \text{rejects}] \geq \alpha$.
14
+
14
15
Show that:
15
- o $\text{BPP}_{1/2}$ is the set of all languguages .
16
+ o $\text{BPP}_{1/2}$ is the set of all languages .
16
17
o $\text{BPP}_{2/3} = \text{BPP}_{20/27}$ (without using Chernoff's Bounds).
17
18
!eu-problem
18
19
@@ -25,6 +26,14 @@ See Section 2.3.4 in
25
26
https://people.seas.harvard.edu/~salil/pseudorandomness/power.pdf
26
27
27
28
29
+ !bu-problem
30
+ The Approximate-$7/8$-$3$SAT problem is given an input a $3$-SAT boolean formula,
31
+ find an assignment that satisfies atleast $7/8$ fraction of the clauses (ie if
32
+ there are $m$ clauses, find an assignment that satisfies $m\times 7/8$ clauses).
33
+
34
+ Give a randomized algorithm which solves Approximate-7/8-3SAT (answer just need
35
+ to be correct in expectation as we discussed for the MAXCUT problem in class.).
36
+ !eu-problem
28
37
29
38
======= Undirected REACHABILITY in RL =======
30
39
@@ -41,7 +50,7 @@ Show that:
41
50
42
51
43
52
!bu-problem
44
- **Bonus Problem**
53
+ _Bonus Problem_
45
54
Let M be the adjacency matrix of a undirected $d$-regular graph $G$ (all vertices have exactly $d$ neighbours).
46
55
Show that:
47
56
o If there are $c$ linearly independent eigenvectors of $M$ with eigen value $d$ then $G$ has $c$ connected components.
You can’t perform that action at this time.
0 commit comments