A faster algorithm for Cops and Robbers
Jan Petr, Julien Portier, Leo Versteegen

TL;DR
This paper introduces a more efficient algorithm with time complexity $O(kn^{k+2})$ for determining if a graph is $k$-copwin, improving upon the previous $O(n^{2k+2})$ algorithm.
Contribution
The paper presents a faster algorithm for the Cops and Robbers problem, reducing the computational complexity for deciding $k$-copwin graphs.
Findings
New algorithm with $O(kn^{k+2})$ complexity
Significant speed-up over previous methods
Applicable to graphs with large vertex counts
Abstract
We present an algorithm of time complexity deciding whether a graph on vertices is -copwin. The fastest algorithm thus far had time complexity .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topicsgraph theory and CDMA systems · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
