← 返回数学题库
539概率困难derivationlong

Cover Time of the Complete Graph K₄

题目

A simple random walk moves on the complete graph K4K_4. At each step, the walker moves to one of the 33 neighbors uniformly at random.

(a) Compute the maximum hitting time thit=maxu,vh(uv)t_{\mathrm{hit}} = \max_{u,v} h(u \to v).

(b) Using Matthews' theorem, which gives thitHn1E[τcov]thitHn1n1n,t_{\mathrm{hit}} \cdot H_{n-1} \ge E[\tau_{\mathrm{cov}}] \ge t_{\mathrm{hit}} \cdot H_{n-1} \cdot \frac{n-1}{n}, where n=4n = 4 and Hk=i=1k1/iH_k = \sum_{i=1}^k 1/i, bound the expected cover time.

(c) Compute E[τcov]E[\tau_{\mathrm{cov}}] exactly by decomposing into phases: after visiting kk distinct vertices, find the expected time to discover the (k+1)(k+1)-th.

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案

a

c