<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/terms/"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:bibo="http://purl.org/ontology/bibo/"
         xmlns:fabio="http://purl.org/spar/fabio/"
         xmlns:owl="http://www.w3.org/2002/07/owl#"
         xmlns:event="http://purl.org/NET/c4dm/event.owl#"
         xmlns:ore="http://www.openarchives.org/ore/terms/">

    <rdf:Description rdf:about="https://ris.uni-paderborn.de/record/65733">
        <ore:isDescribedBy rdf:resource="https://ris.uni-paderborn.de/record/65733"/>
        <dc:title>Polylogarithmic time algorithms for shortest path forests in programmable matter</dc:title>
        <bibo:authorList rdf:parseType="Collection">
            <foaf:Person>
                <foaf:name></foaf:name>
                <foaf:surname></foaf:surname>
                <foaf:givenname></foaf:givenname>
            </foaf:Person>
            <foaf:Person>
                <foaf:name></foaf:name>
                <foaf:surname></foaf:surname>
                <foaf:givenname></foaf:givenname>
            </foaf:Person>
        </bibo:authorList>
        <bibo:abstract>&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;</bibo:abstract>
        <bibo:volume>39</bibo:volume>
        <bibo:issue>2</bibo:issue>
        <dc:publisher>Springer Science and Business Media LLC</dc:publisher>
        <bibo:doi rdf:resource="10.1007/s00446-026-00505-2" />
        <ore:similarTo rdf:resource="info:doi/10.1007/s00446-026-00505-2"/>
    </rdf:Description>
</rdf:RDF>
