English

A separator-based method for generating weakly chordal graphs

Data Structures and Algorithms 2019-06-05 v1

Abstract

We propose a scheme for generating a weakly chordal graph on n vertices with m edges. In this method, we first construct a tree and then generate an orthogonal layout (which is a weakly chordal graph on the n vertices) based on this tree. In the next and final step, we insert additional edges to give us a weakly chordal graph on m edges. Our algorithm ensures that the graph remains weakly chordal after each edge is inserted. The time complexity of an insertion query is O(n^3) time and an insertion takes constant time. On the other hand, a generation algorithm based on finding a 2-pair takes O(nm) time using the algorithm of Arikati and Rangan [1].

Keywords

Cite

@article{arxiv.1906.01056,
  title  = {A separator-based method for generating weakly chordal graphs},
  author = {Md. Zamilur Rahman and Asish Mukhopadhyay and Yash P. Aneja},
  journal= {arXiv preprint arXiv:1906.01056},
  year   = {2019}
}

Comments

14 pages and 30 figures

R2 v1 2026-06-23T09:39:57.679Z