English

The Maximum Linear Arrangement Problem for trees under projectivity and planarity

Data Structures and Algorithms 2023-10-13 v5 Computation and Language Discrete Mathematics

Abstract

A linear arrangement is a mapping π\pi from the nn vertices of a graph GG to nn distinct consecutive integers. Linear arrangements can be represented by drawing the vertices along a horizontal line and drawing the edges as semicircles above said line. In this setting, the length of an edge is defined as the absolute value of the difference between the positions of its two vertices in the arrangement, and the cost of an arrangement as the sum of all edge lengths. Here we study two variants of the Maximum Linear Arrangement problem (MaxLA), which consists of finding an arrangement that maximizes the cost. In the planar variant for free trees, vertices have to be arranged in such a way that there are no edge crossings. In the projective variant for rooted trees, arrangements have to be planar and the root of the tree cannot be covered by any edge. In this paper we present algorithms that are linear in time and space to solve planar and projective MaxLA for trees. We also prove several properties of maximum projective and planar arrangements, and show that caterpillar trees maximize planar MaxLA over all trees of a fixed size thereby generalizing a previous extremal result on trees.

Keywords

Cite

@article{arxiv.2206.06924,
  title  = {The Maximum Linear Arrangement Problem for trees under projectivity and planarity},
  author = {Lluís Alemany-Puig and Juan Luis Esteban and Ramon Ferrer-i-Cancho},
  journal= {arXiv preprint arXiv:2206.06924},
  year   = {2023}
}

Comments

The fourth version is incorrect. We are sure the right files were uploaded but for whatever reason, it looks like we uploaded the wrong files. The abstract in the fourth version is correct though

R2 v1 2026-06-24T11:50:55.802Z