English

Tile Reconfiguration by a Finite Automaton

Data Structures and Algorithms 2025-11-18 v2 Emerging Technologies

Abstract

Shape formation is one of the most thoroughly studied problems in programmable matter and swarm robotics. However, in many models, the class of shapes that can be formed is highly restricted due to the particles' limited memory. In the hybrid model, an active agent with the computational power of a deterministic finite automaton can form shapes by lifting and placing passive tiles on the triangular lattice. We study the shape reconfiguration problem where the agent additionally has the ability to distinguish so-called target nodes from non-target nodes and needs to form a target shape from the initial tile configuration. We present a worst-case optimal O(mn)O(mn) algorithm for simply connected target shapes, where mm is the initial number of unoccupied target nodes and nn is the total number of tiles. Furthermore, we show how an agent can reconfigure a large class of target shapes with holes in O(n4)O(n^4) steps.

Keywords

Cite

@article{arxiv.2501.08663,
  title  = {Tile Reconfiguration by a Finite Automaton},
  author = {Jonas Friemel and David Liedtke and Christian Scheffer},
  journal= {arXiv preprint arXiv:2501.08663},
  year   = {2025}
}

Comments

25 pages, 15 figures. Full version of extended abstract to appear in the proceedings of WALCOM 2026

R2 v1 2026-06-28T21:06:55.983Z