New algorithms for $k$-degenerate graphs
George Manoussakis

TL;DR
This paper introduces new linear-time fixed-parameter tractable algorithms for listing bicliques and cliques in $k$-degenerate graphs, improving existing bounds and providing approximation algorithms for related problems.
Contribution
It presents novel algorithms with improved time complexities for listing bicliques and cliques in $k$-degenerate graphs, and offers approximation algorithms for vertex cover and maximum clique.
Findings
Algorithms for listing all maximal bicliques in time $igo(k^{3}(n-k)2^{k})$
Algorithms for listing all cliques of size $l$ in time $igo(l(n-k)k(k-1)^{l-2})$
Approximation algorithms for minimum vertex cover and maximum clique with ratios $(2-rac{1}{k})$ and $igo(k(rac{ ext{log log }k)^2}{( ext{log }k)^3})$
Abstract
A graph is -degenerate if any induced subgraph has a vertex of degree at most . In this paper we prove new algorithms for cliques and similar structures for these graphs. We design linear time Fixed-Parameter Tractable algorithms for induced and non induced bicliques. We prove an algorithm listing all maximal bicliques in time , improving the result of [D. Eppstein, Arboricity and bipartite subgraph listing algorithms, Information Processing Letters, (1994)]. We construct an algorithm listing all cliques of size in time , improving a result of [N. Chiba and T. Nishizeki, Arboricity and subgraph listing algorithms, SIAM, (1985)]. As a consequence we can list all triangles in such graphs in time improving the previous bound of . We show another optimal algorithm listing…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Limits and Structures in Graph Theory
