Skip to content

Commit 7e44812

Browse files
committed
added a prob
1 parent da7eef4 commit 7e44812

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

8.do.txt

+11-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ for any small constant $\epsilon$.
1111
Let $\text{BPP}_\alpha$ be the class of languguages L that have a PTM M such that
1212
o If $x\in L$ then $\Pr[M(x) \text{accepts}] \geq \alpha$.
1313
o If $x\notin L$ then $\Pr[M(x) \text{rejects}] \geq \alpha$.
14+
1415
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.
1617
o $\text{BPP}_{2/3} = \text{BPP}_{20/27}$ (without using Chernoff's Bounds).
1718
!eu-problem
1819

@@ -25,6 +26,14 @@ See Section 2.3.4 in
2526
https://people.seas.harvard.edu/~salil/pseudorandomness/power.pdf
2627

2728

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
2837

2938
======= Undirected REACHABILITY in RL =======
3039

@@ -41,7 +50,7 @@ Show that:
4150

4251

4352
!bu-problem
44-
**Bonus Problem**
53+
_Bonus Problem_
4554
Let M be the adjacency matrix of a undirected $d$-regular graph $G$ (all vertices have exactly $d$ neighbours).
4655
Show that:
4756
o If there are $c$ linearly independent eigenvectors of $M$ with eigen value $d$ then $G$ has $c$ connected components.

0 commit comments

Comments
 (0)