Cover Time for Random Walk on a cycle

2.4k Views Asked by At

I'm trying to find the expected time to cover all $N$ nodes on an undirected cycle graph, starting from a given node $k$. The probabilities of moving clockwise and anticlockwise are $\frac{1}{2}$ each.

Could you direct me to some entry-level texts/resources which would explain this problem?

1

There are 1 best solutions below

1
On BEST ANSWER

This is example 11.1 in Markov Chains and Mixing Times by Levin, Peres, and Wilmer. The book is available online here.