theoretical computer science

Cut Query Reachability for DAGs with Subquadratic Queries

arXiv:2607.26630

summary

The paper presents a deterministic algorithm for single-source reachability in directed acyclic graphs using subquadratic cut queries, achieving O(n √(n log n)) query complexity and extending to shortest path computation.

Abstract

In the cut-query model, we have access to a (directed) graph via an oracle and we can query the size of the (directed) cut of a given subset of the vertices. One of the most elementary tasks in this model is to decide if there is a path two fixed vertices and . While many results are known for undirected graphs, much less in understood for directed graphs in the cut query model. Even for the basic task of - reachability, the best known randomized algorithm, is to reconstruct the entire graph with a technique by Grebinski and Kucherov using queries [Grebinski and Kucherov, 2000]. We restrict our attention to directed acyclic graphs (DAGs) and obtain a deterministic single-source reachability algorithm using queries. The result is based on a topological sort algorithm, and can also be adapted to compute single-source shortest paths in DAGs.

Topics & keywords

#cut query model#directed acyclic graphs#reachability#deterministic algorithm#subquadratic queriescut queriesDAGsingle-source reachabilitytopological sortquery complexityshortest paths
Cut Query Reachability for DAGs with Subquadratic Queries · wovepaper