543概率中等数值题medium
Hitting Time on the Ladder Graph (2×3 Grid)
题目
Consider the grid graph (ladder graph) with vertices arranged as: Edges connect horizontal and vertical neighbors. A simple random walk moves at each step to a uniformly random neighbor. Starting at corner vertex (degree ), what is the expected number of steps to reach the opposite corner vertex (degree )?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案