CSE 525: Randomized Algorithms and Probability Spring 2026 HW2 Submit to gradescope
Instructions
-
•
You should think about each problem by yourself for at least an hour before choosing to collaborate with others.
-
•
You are allowed to collaborate with fellow students taking the class in solving the problems. But you must write your solution on your own.
-
•
You are not allowed to search for answers or hints on the web. You are encouraged to contact the instructor or the TAs for a possible hint.
-
•
You cannot collaborate on Extra credit problems
-
•
Solutions typeset in LATEX are preferred.
-
•
Feel free to use the Discussion Board or email the instructor or the TAs if you have any questions or would like any clarifications about the problems.
-
•
Please upload your solutions to Gradescope.
In solving these assignments, feel free to use these approximations:
-
1)
Let be a 3-uniform hypergraph with n vertices and edges, i.e., every edge has exactly three vertices. Design a randomize that finds an independent set in of expected size at least -vertices. Note that is an independent set if it doesn’t contain all 3 vertices of any edge of .
-
2)
Show that there is a phase transition for connectivity in a graph. Let be the event that is connected. Namely prove the following two facts:
-
i)
If , then as .
Hint: Let be the event that has an isolated vertex. Prove that as .
-
ii)
If , then as .
-
i)