Recognition of unipolar and generalised split graphs
Colin McDiarmid, Nikola Yolov

TL;DR
This paper introduces the first $O(n^2)$ time algorithm for recognizing unipolar and generalized split graphs, enabling efficient solutions for several hard graph problems.
Contribution
It presents a novel $O(n^2)$ recognition algorithm for unipolar and generalized split graphs, improving upon previous $O(n^3)$ algorithms.
Findings
Recognition algorithm runs in $O(n^2)$ time.
Efficiently finds unipolar partitions for graph analysis.
Enables faster solutions for graph problems like clique and chromatic numbers.
Abstract
A graph is unipolar if it can be partitioned into a clique and a disjoint union of cliques, and a graph is a generalised split graph if it or its complement is unipolar. A unipolar partition of a graph can be used to find efficiently the clique number, the stability number, the chromatic number, and to solve other problems that are hard for general graphs. We present the first time algorithm for recognition of -vertex unipolar and generalised split graphs, improving on previous time algorithms.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Graph Labeling and Dimension Problems
