CSE 525: Randomized Algorithms and Probability Spring 2026 HW6 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:

1xex,1x1x/2,n!(n/e)n,(nk)k(nk)(enk)k
  1. 1.

    Show that the cover time of any unweighted d-regular graph G=(V,E) is O(n2logn).

    Hint:What is the length of the shortest path between u,vV?

  2. 2.

    Let An×n be a random Gaussian matrix where every entry Ai,j is distributed as a 𝒩(0,1) and Ai,j=Aj,i, and Ai,i=0 for all 1i<jn. Prove that λmax(A)O(n) with high probability.