Jadwal Sholat

Memuat jadwal sholatโ€ฆ

Ilmu Komputer & AI editorial

Open AccessOA2026

Don't Be Afraid to Die: Black Hole Search in Dynamic Graphs with Fewer Agents

A near-optimal bound of agents for locating a black hole in 1-bounded 1-interval connected dynamic graphs
Kass Bileski; Avery Millerยท 2026ยท DOI 10.48550/arXiv.2609.06850

The core problem

The black hole search problem is a fundamental challenge in distributed computing on networks. A team of synchronous mobile agents operates in a port-labeled network where one node, the black hole, permanently destroys any agent that visits it. The goal is for at least one agent to survive, terminate at a node adjacent to the black hole, and output the port number leading to the black hole. Prior work by Kaur et al. (SSS 2025) established that agents suffice for this task in a 1-bounded 1-interval connected dynamic graph, where is the degree of the black hole. A lower bound of was also shown by Kaur et al. (ICDCN 2025). This paper narrows the gap by proving that agents are sufficient, bringing the upper bound close to the lower bound.

Innovation

The main result is that agents are sufficient to solve the black hole search problem from a scattered configuration in a 1-bounded 1-interval connected dynamic graph. This improves upon the previous upper bound of by Kaur et al. (SSS 2025). The new bound is nearly tight, as it is only two agents away from the lower bound of established by Kaur et al. (ICDCN 2025). The authors provide a constructive algorithm that achieves this bound, demonstrating that the number of agents required is linear in the degree of the black hole. The result holds for any network size and any black hole degree, assuming the dynamic graph model constraints are satisfied.
The black hole search problem is a fundamental challenge in distributed computing on networks. A team of synchronous mobile agents operates in a port-labeled network where one node, the black hole, permanently destroys any agent that visits it. The goal is for at least one agent to survive, terminate at a node adjacent to the black hole, and output the port number leading to the black hole. Prior work by Kaur et al. (SSS 2025) established that agents suffice for this task in a 1-bounded 1-interval connected dynamic graph, where is the degree of the black hole. A lower bound of was also shown by Kaur et al. (ICDCN 2025). This paper narrows the gap by proving that agents are sufficient, bringing the upper bound close to the lower bound.
The authors consider a team of synchronous mobile agents in a port-labeled network modeled as a 1-bounded 1-interval connected dynamic graph. In such graphs, the topology can change at each time step, but the graph remains connected at every interval, and the number of changes is bounded. The agents are initially scattered across the network. The algorithm designed by the authors coordinates the agents' movements to explore the network while avoiding the black hole. Key to the approach is a strategy that uses fewer agents by carefully managing the exploration and ensuring that at least one agent survives to report the black hole's location. The algorithm is analyzed to show that with agents, the task is solvable. The methodology involves a detailed case analysis and construction of agent trajectories that guarantee termination and correctness.

Why it matters

The improvement from to represents a significant step toward closing the gap between the upper and lower bounds. The authors' algorithm is more efficient in terms of agent count, which is crucial in scenarios where deploying many agents is costly or impractical. The remaining gap of two agents suggests that further optimization might be possible, but the near-matching bound indicates that the true optimal number is likely close to . The techniques used may be applicable to other dynamic network problems where resource efficiency is important. The paper also highlights the challenges of coordinating agents in dynamic environments and the trade-offs between safety and exploration.

Who should read this

CS practitioners and researchers

Opening member contentโ€ฆ