vix.ing · top · new · best · stats · spec

Fast Arithmetic in Algorithmic Self-Assembly

2013/03/11 by Alexandra Keenan, Keenan, Alexandra, Robert Schweller +6 · 1 citation
Biochemistry, Genetics and Molecular Biology · Computer Science · Engineering · #Advanced biosensing and bioanalysis techniques #Computational Complexity (cs.CC) #Computational Geometry (cs.CG) #DNA and Biological Computing #Data Structures and Algorithms (cs.DS) #F.1.1 #F.2.0 #FOS: Computer and information sciences #Modular Robots and Swarm Intelligence #cs.CC #cs.CG #cs.DS

paper · pdf · doi:10.48550/arxiv.1303.2416

openalex publication_date 2013/03/11 · arxiv created 2013/08/05 · arxiv updated 2013/08/06 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

In this paper we consider the time complexity of computing the sum and product of two n-bit numbers within the tile self-assembly model. The (abstract) tile assembly model is a mathematical model of self-assembly in which system components are square tiles with different glue types assigned to tile edges. Assembly is driven by the attachment of singleton tiles to a growing seed assembly when the net force of glue attraction for a tile exceeds some fixed threshold. Within this frame work, we examine the time complexity of computing the sum or product of 2 n-bit numbers, where the input numbers are encoded in an initial seed assembly, and the output is encoded in the final, terminal assembly of the system. We show that the problems of addition and multiplication have worst case lower bounds of Ω(√(n)) in 2D assembly, and Ω(√[3]n) in 3D assembly. In the case of addition, we design algorithms for both 2D and 3D that meet this bound with worst case run times of O(√(n)) and O(√[3]n) respectively, which beats the previous best known upper bound of O(n). Further, we consider average case complexity of addition over uniformly distributed n-bit strings and show how to achieve O(log n) average case time with a simultaneous O(√(n)) worst case run time in 2D. For multiplication, we present an O(n5/6) time multiplication algorithm which works in 3D, which beats the previous best known upper bound of O(n). As additional evidence for the speed of our algorithms, we implement our addition algorithms, along with the simpler O(n) time addition algorithm, into a probabilistic run-time simulator and compare the timing results.

Cited by

Related