What's the expected cover time of an asymmetric random walk on a circle?

163 Views Asked by At

Given n points on a circle. Assume that you start at one of the points, and every step you walk clockwise with pobability p, walk counterclockwise with probabilty 1-p. What's the expected value of the steps until you have visited all of the points at least once? When p=0.5, the problem is easy to solve, so I want to solve this general version.