<?xml version="1.0" encoding="UTF-8"?>

<modsCollection xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
<mods version="3.3">

<genre>article</genre>

<titleInfo><title>Polylogarithmic time algorithms for shortest path forests in programmable matter</title></titleInfo>


<note type="publicationStatus">published</note>



<name type="personal">
  <namePart type="given">Andreas</namePart>
  <namePart type="family">Padalkin</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">88238</identifier></name>
<name type="personal">
  <namePart type="given">Christian</namePart>
  <namePart type="family">Scheideler</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">20792</identifier></name>







<name type="corporate">
  <namePart></namePart>
  <identifier type="local">34</identifier>
  <role>
    <roleTerm type="text">department</roleTerm>
  </role>
</name>

<name type="corporate">
  <namePart></namePart>
  <identifier type="local">7</identifier>
  <role>
    <roleTerm type="text">department</roleTerm>
  </role>
</name>

<name type="corporate">
  <namePart></namePart>
  <identifier type="local">79</identifier>
  <role>
    <roleTerm type="text">department</roleTerm>
  </role>
</name>








<abstract lang="eng">&lt;jats:title&gt;Abstract&lt;/jats:title&gt;
                  &lt;jats:p&gt;
                    In this paper, we study the computation of shortest paths within the
                    &lt;jats:italic&gt;geometric amoebot model&lt;/jats:italic&gt;
                    , a commonly used model for programmable matter. Shortest paths are essential for various tasks and therefore have been heavily investigated in many different contexts. We consider the
                    &lt;jats:italic&gt;reconfigurable circuit extension&lt;/jats:italic&gt;
                    of the model where the 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 distributed algorithms for the
                    &lt;jats:italic&gt;shortest path forest problem&lt;/jats:italic&gt;
                    where, given a set of
                    &lt;jats:italic&gt;k&lt;/jats:italic&gt;
                    sources and a set of
                    &lt;jats:inline-formula&gt;
                      &lt;jats:alternatives&gt;
                        &lt;jats:tex-math&gt;$$\ell $$&lt;/jats:tex-math&gt;
                        &lt;mml:math xmlns:mml=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;
                          &lt;mml:mi&gt;ℓ&lt;/mml:mi&gt;
                        &lt;/mml:math&gt;
                      &lt;/jats:alternatives&gt;
                    &lt;/jats:inline-formula&gt;
                    destinations, the amoebot structure has to compute a forest that connects each destination to its closest source on a shortest path. Our main results are two algorithms for hole-free structures. The first algorithm constructs a shortest path tree for a single source within
                    &lt;jats:inline-formula&gt;
                      &lt;jats:alternatives&gt;
                        &lt;jats:tex-math&gt;$$O(\log \ell )$$&lt;/jats:tex-math&gt;
                        &lt;mml:math xmlns:mml=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;
                          &lt;mml:mrow&gt;
                            &lt;mml:mi&gt;O&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;(&lt;/mml:mo&gt;
                            &lt;mml:mo&gt;log&lt;/mml:mo&gt;
                            &lt;mml:mi&gt;ℓ&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;)&lt;/mml:mo&gt;
                          &lt;/mml:mrow&gt;
                        &lt;/mml:math&gt;
                      &lt;/jats:alternatives&gt;
                    &lt;/jats:inline-formula&gt;
                    rounds, and the second algorithm a shortest path forest for an arbitrary number of sources within
                    &lt;jats:inline-formula&gt;
                      &lt;jats:alternatives&gt;
                        &lt;jats:tex-math&gt;$$O(\log n \log ^2 k)$$&lt;/jats:tex-math&gt;
                        &lt;mml:math xmlns:mml=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;
                          &lt;mml:mrow&gt;
                            &lt;mml:mi&gt;O&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;(&lt;/mml:mo&gt;
                            &lt;mml:mo&gt;log&lt;/mml:mo&gt;
                            &lt;mml:mi&gt;n&lt;/mml:mi&gt;
                            &lt;mml:msup&gt;
                              &lt;mml:mo&gt;log&lt;/mml:mo&gt;
                              &lt;mml:mn&gt;2&lt;/mml:mn&gt;
                            &lt;/mml:msup&gt;
                            &lt;mml:mi&gt;k&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;)&lt;/mml:mo&gt;
                          &lt;/mml:mrow&gt;
                        &lt;/mml:math&gt;
                      &lt;/jats:alternatives&gt;
                    &lt;/jats:inline-formula&gt;
                    rounds. The former algorithm also provides an
                    &lt;jats:italic&gt;O&lt;/jats:italic&gt;
                    (1) rounds solution for the
                    &lt;jats:italic&gt;single pair shortest path problem&lt;/jats:italic&gt;
                    (SPSP) and an
                    &lt;jats:inline-formula&gt;
                      &lt;jats:alternatives&gt;
                        &lt;jats:tex-math&gt;$$O(\log n)$$&lt;/jats:tex-math&gt;
                        &lt;mml:math xmlns:mml=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;
                          &lt;mml:mrow&gt;
                            &lt;mml:mi&gt;O&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;(&lt;/mml:mo&gt;
                            &lt;mml:mo&gt;log&lt;/mml:mo&gt;
                            &lt;mml:mi&gt;n&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;)&lt;/mml:mo&gt;
                          &lt;/mml:mrow&gt;
                        &lt;/mml:math&gt;
                      &lt;/jats:alternatives&gt;
                    &lt;/jats:inline-formula&gt;
                    rounds solution for the
                    &lt;jats:italic&gt;single source shortest path problem&lt;/jats:italic&gt;
                    (SSSP) since these problems are special cases of the considered problem. Then, we adapt the latter algorithm to an offset version of the problem. This allows us to solve the problem for amoebot structures with holes within
                    &lt;jats:inline-formula&gt;
                      &lt;jats:alternatives&gt;
                        &lt;jats:tex-math&gt;$$O(h \log ^3 n)$$&lt;/jats:tex-math&gt;
                        &lt;mml:math xmlns:mml=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;
                          &lt;mml:mrow&gt;
                            &lt;mml:mi&gt;O&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;(&lt;/mml:mo&gt;
                            &lt;mml:mi&gt;h&lt;/mml:mi&gt;
                            &lt;mml:msup&gt;
                              &lt;mml:mo&gt;log&lt;/mml:mo&gt;
                              &lt;mml:mn&gt;3&lt;/mml:mn&gt;
                            &lt;/mml:msup&gt;
                            &lt;mml:mi&gt;n&lt;/mml:mi&gt;
                            &lt;mml:mo&gt;)&lt;/mml:mo&gt;
                          &lt;/mml:mrow&gt;
                        &lt;/mml:math&gt;
                      &lt;/jats:alternatives&gt;
                    &lt;/jats:inline-formula&gt;
                    rounds w.h.p. where
                    &lt;jats:italic&gt;h&lt;/jats:italic&gt;
                    denotes the number of holes.
                  &lt;/jats:p&gt;</abstract>

<originInfo><publisher>Springer Science and Business Media LLC</publisher><dateIssued encoding="w3cdtf">2026</dateIssued>
</originInfo>
<language><languageTerm authority="iso639-2b" type="code">eng</languageTerm>
</language>



<relatedItem type="host"><titleInfo><title>Distributed Computing</title></titleInfo>
  <identifier type="issn">0178-2770</identifier>
  <identifier type="issn">1432-0452</identifier><identifier type="doi">10.1007/s00446-026-00505-2</identifier>
<part><detail type="volume"><number>39</number></detail><detail type="issue"><number>2</number></detail>
</part>
</relatedItem>


<extension>
<bibliographicCitation>
<apa>Padalkin, A., &amp;#38; Scheideler, C. (2026). Polylogarithmic time algorithms for shortest path forests in programmable matter. &lt;i&gt;Distributed Computing&lt;/i&gt;, &lt;i&gt;39&lt;/i&gt;(2), Article 15. &lt;a href=&quot;https://doi.org/10.1007/s00446-026-00505-2&quot;&gt;https://doi.org/10.1007/s00446-026-00505-2&lt;/a&gt;</apa>
<ieee>A. Padalkin and C. Scheideler, “Polylogarithmic time algorithms for shortest path forests in programmable matter,” &lt;i&gt;Distributed Computing&lt;/i&gt;, vol. 39, no. 2, Art. no. 15, 2026, doi: &lt;a href=&quot;https://doi.org/10.1007/s00446-026-00505-2&quot;&gt;10.1007/s00446-026-00505-2&lt;/a&gt;.</ieee>
<chicago>Padalkin, Andreas, and Christian Scheideler. “Polylogarithmic Time Algorithms for Shortest Path Forests in Programmable Matter.” &lt;i&gt;Distributed Computing&lt;/i&gt; 39, no. 2 (2026). &lt;a href=&quot;https://doi.org/10.1007/s00446-026-00505-2&quot;&gt;https://doi.org/10.1007/s00446-026-00505-2&lt;/a&gt;.</chicago>
<short>A. Padalkin, C. Scheideler, Distributed Computing 39 (2026).</short>
<mla>Padalkin, Andreas, and Christian Scheideler. “Polylogarithmic Time Algorithms for Shortest Path Forests in Programmable Matter.” &lt;i&gt;Distributed Computing&lt;/i&gt;, vol. 39, no. 2, 15, Springer Science and Business Media LLC, 2026, doi:&lt;a href=&quot;https://doi.org/10.1007/s00446-026-00505-2&quot;&gt;10.1007/s00446-026-00505-2&lt;/a&gt;.</mla>
<ama>Padalkin A, Scheideler C. Polylogarithmic time algorithms for shortest path forests in programmable matter. &lt;i&gt;Distributed Computing&lt;/i&gt;. 2026;39(2). doi:&lt;a href=&quot;https://doi.org/10.1007/s00446-026-00505-2&quot;&gt;10.1007/s00446-026-00505-2&lt;/a&gt;</ama>
<bibtex>@article{Padalkin_Scheideler_2026, title={Polylogarithmic time algorithms for shortest path forests in programmable matter}, volume={39}, DOI={&lt;a href=&quot;https://doi.org/10.1007/s00446-026-00505-2&quot;&gt;10.1007/s00446-026-00505-2&lt;/a&gt;}, number={215}, journal={Distributed Computing}, publisher={Springer Science and Business Media LLC}, author={Padalkin, Andreas and Scheideler, Christian}, year={2026} }</bibtex>
</bibliographicCitation>
</extension>
<recordInfo><recordIdentifier>65733</recordIdentifier><recordCreationDate encoding="w3cdtf">2026-05-29T12:11:32Z</recordCreationDate><recordChangeDate encoding="w3cdtf">2026-05-29T12:13:09Z</recordChangeDate>
</recordInfo>
</mods>
</modsCollection>
