English

Certifying Induced Subgraphs in Large Graphs

Data Structures and Algorithms 2022-10-25 v1

Abstract

We introduce I/O-optimal certifying algorithms for bipartite graphs, as well as for the classes of split, threshold, bipartite chain, and trivially perfect graphs. When the input graph is a class member, the certifying algorithm returns a certificate that characterizes this class. Otherwise, it returns a forbidden induced subgraph as a certificate for non-membership. On a graph with nn vertices and mm edges, our algorithms take optimal O(sort(n+m))O(\text{sort}(n + m)) I/Os in the worst case or with high probability for bipartite chain graphs, and the certificates are returned in optimal I/Os. We give implementations for split and threshold graphs and provide an experimental evaluation.

Keywords

Cite

@article{arxiv.2210.13057,
  title  = {Certifying Induced Subgraphs in Large Graphs},
  author = {Ulrich Meyer and Hung Tran and Konstantinos Tsakalidis},
  journal= {arXiv preprint arXiv:2210.13057},
  year   = {2022}
}
R2 v1 2026-06-28T04:20:12.633Z