# The Densest k Subgraph Problem in b-Outerplanar Graphs

**Authors:** Sean Gonzales, Theresa Migler

arXiv: 1907.03863 · 2019-07-10

## TL;DR

This paper presents efficient algorithms for finding the densest k subgraph in b-outerplanar graphs and discusses the limitations of existing approximation techniques in planar graphs.

## Contribution

It introduces exact algorithms with specific time complexities for b-outerplanar graphs and explores the challenges of applying Baker's PTAS to planar graphs.

## Key findings

- Exact $O(nk^2)$ algorithm for outerplanar graphs
- Extended $O(nk^2 8^b)$ algorithm for b-outerplanar graphs
- Baker's PTAS likely ineffective for planar graphs

## Abstract

We give an exact $O(nk^2)$ algorithm for finding the densest k subgraph in outerplanar graphs. We extend this to an exact $O(nk^2 8^b)$ algorithm for finding the densest k subgraph in b-outerplanar graphs. Finally, we hypothesize that Baker's PTAS technique will not work for the densest k subgraph problem in planar graphs.

## Full text

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

## Figures

32 figures with captions in the complete paper: https://tomesphere.com/paper/1907.03863/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1907.03863/full.md

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