Polylogarithmic Time Algorithms for Shortest Path Forests in Programmable Matter

Abstract

In this paper, we study the computation of shortest paths within the geometric amoebot model, a commonly used model for programmable matter. Shortest paths are essential for various tasks and therefore have been heavily investigated in many different contexts. For example, in the programmable matter context, which is the focus of this paper, Kostitsyna et al. have utilized shortest path trees to transform one amoebot structure into another [DISC, 2023]. We consider the reconfigurable circuit extension of the model where this amoebot structure is able to interconnect amoebots by so-called circuits. These circuits permit the instantaneous transmission of simple signals between connected amoebots. We propose two distributed algorithms for the shortest path forest problem where, given a set of k sources and a set of destinations, the amoebot structure has to compute a forest that connects each destination to its closest source on a shortest path. For hole-free structures, the first algorithm constructs a shortest path tree for a single source within O( ) rounds, and the second algorithm a shortest path forest for an arbitrary number of sources within O( n 2 k) rounds. The former algorithm also provides an O(1) rounds solution for the single pair shortest path problem (SPSP) and an O( n) rounds solution for the single source shortest path problem (SSSP) since these problems are special cases of the considered problem.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…