# Proportionally dense subgraph of maximum size: complexity and   approximation

**Authors:** Cristina Bazgan, Janka Chleb\'ikov\'a, Cl\'ement Dallard, Thomas, Pontoizeau

arXiv: 1903.06579 · 2020-06-11

## TL;DR

This paper studies the computational complexity of finding proportionally dense subgraphs (PDS), proving hardness results, presenting approximation algorithms, and analyzing PDS sizes in specific graph classes like cubic graphs.

## Contribution

It establishes hardness results for PDS problems, introduces a polynomial-time approximation algorithm, and characterizes PDS sizes in Hamiltonian cubic graphs.

## Key findings

- Maximum size PDS is APX-hard on split graphs.
- Deciding maximal PDS is co-NP-complete on bipartite graphs.
- A 2-(Δ+1) approximation algorithm is provided.

## Abstract

We define a proportionally dense subgraph (PDS) as an induced subgraph of a graph with the property that each vertex in the PDS is adjacent to proportionally as many vertices in the subgraph as in the graph. We prove that the problem of finding a PDS of maximum size is APX-hard on split graphs, and NP-hard on bipartite graphs. We also show that deciding if a PDS is inclusion-wise maximal is co-NP-complete on bipartite graphs. Nevertheless, we present a simple polynomial-time $(2-\frac{2}{\Delta+1})$-approximation algorithm for the problem, where $\Delta$ is the maximum degree of the graph. Finally, we show that all Hamiltonian cubic graphs with $n$ vertices (except two) have a PDS of size $\lfloor \frac{2n+1}{3} \rfloor$, which we prove to be an upper bound on the size of a PDS in cubic graphs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.06579/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1903.06579/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1903.06579/full.md

---
Source: https://tomesphere.com/paper/1903.06579