21
0

Black Hole Search in Dynamic Graphs

Abstract

A black hole in a graph is a dangerous site that disposes any incoming agent into that node without leaving any trace of its existence. In the Black Hole Search (BHS) problem, the goal is for at least one agent to survive, locate the position of the black hole, and then terminate. This problem has been extensively studied for static graphs, where the edges do not disappear with time. In dynamic graphs, where the edges may disappear and reappear with time, the problem has only been studied for specific graphs such as rings and cactuses. In this work, we investigate the problem of BHS for general graphs with a much weaker model with respect to the one used for the cases of rings and cactus graphs\cite{bhattacharya_2023, Paola_2024}. We consider two cases: (a) where the adversary can remove at most one edge in each round, and (b) where the adversary can remove at most ff edges in each round. In both scenarios, we consider rooted configuration. In the case when the adversary can remove at most one edge from the graph, we provide an algorithm that uses 9 agents to solve the BHS problem in O(m2)O(m^2) time given that each node vv is equipped with O(logδv)O(\log \delta_v) storage in the form of a whiteboard, where mm is the number of edges in GG and δv\delta_v is the degree of node vv. We also prove that it is impossible for 2δBH2\delta_{BH} many agents with O(logn)O(\log n) memory to locate the black hole where δBH\delta_{BH} is the degree of the black hole even if the nodes are equipped with whiteboards of O(logδv)O(\log \delta_v) storage. In a scenario where the adversary can remove at most ff edges and the initial configuration is rooted, we present an algorithm that uses 6f6f agents to solve the BHS problem. We also prove that solving BHS using 2f+12f+1 agents starting from a rooted configuration on a general graph is impossible, even with unlimited node storage and infinite agent memory.

View on arXiv
Comments on this paper