A Subexponential Algorithm for ARRIVAL
Data Structures and Algorithms
2021-04-12 v3
Abstract
The ARRIVAL problem is to decide the fate of a train moving along the edges of a directed graph, according to a simple (deterministic) pseudorandom walk. The problem is in but not known to be in . The currently best algorithms have runtime where is the number of vertices. This is not much better than just performing the pseudorandom walk. We develop a subexponential algorithm with runtime . We also give a polynomial-time algorithm if the graph is almost acyclic. Both results are derived from a new general approach to solve ARRIVAL instances.
Cite
@article{arxiv.2102.06427,
title = {A Subexponential Algorithm for ARRIVAL},
author = {Bernd Gärtner and Sebastian Haslebacher and Hung P. Hoang},
journal= {arXiv preprint arXiv:2102.06427},
year = {2021}
}
Comments
13 pages, 1 figure Added a reference