Computing optimal strategy for cop in the game of Cop v.s. Gambler

Shen-Fu Tsai
DOI: https://doi.org/10.48550/arXiv.1701.00187
2017-01-11
Abstract:We present two efficient algorithms that compute the optimal strategy for cop in the game of Cop v.s. Gambler where the gambler's strategy is not optimal but known to the cop. The first algorithm is analogous to Bellman-Ford algorithm for single source shortest path problem and runs in $O(|V(G)||E(G)|)$ time. The second is analogous to Dijkstra's algorithm and runs in $O(|E(G)|+|V(G)|\log |V(G)|)$ time. Compared with each other, they are more suitable for sparse and dense graphs, respectively.
Combinatorics,Discrete Mathematics
What problem does this paper attempt to address?