Strict upward planar grid drawings of binary trees with minimal area

Given a rooted binary tree T and a tuple (w, h), we wish to test whether there exists a strict upward drawing of T on a w × h grid; that is, a planar grid drawing with straight-line edges where every vertex has a strictly lower y-coordinate than its parent. Biedl and Mondal prove that this problem is NP-hard for general trees; their construction crucially uses nodes of very high degree. Akatiya et al. prove that the problem is also NP-hard for binary trees with a fixed combinatorial embedding; their construction crucially relies on the fixed embedding. Both pose the question for binary trees and a free embedding as an open problem. Here, we show that this problem is also NP-hard.


slides
keywords: Computational Geometry, Graph Drawing, Graphs Theory

Workshop or Poster (weakly reviewed)

Maarten Löffler
Strict upward planar grid drawings of binary trees with minimal area
Proc. 44th Symposium on Graph Drawing
(to appear), 2024

back to list