Approximation Algorithms for the Graph Burning on Cactus and Directed Trees
Rahul Kumar Gautam, Anjeneya Swami Kare, S. Durga Bhavani

TL;DR
This paper develops new approximation algorithms for the Graph Burning problem on specific graph classes, including cactus graphs and directed trees, achieving better approximation ratios than previous methods.
Contribution
It introduces three novel approximation algorithms with improved ratios for cactus graphs and directed trees, and provides empirical results demonstrating their effectiveness.
Findings
Achieved a 2.75-approximation for cactus graphs.
Developed a 3-approximation for multi-rooted directed trees.
Created a 1.905-approximation for single-rooted directed trees.
Abstract
Given a graph , the problem of Graph Burning is to find a sequence of nodes from , called a burning sequence, to burn the whole graph. This is a discrete-step process, and at each step, an unburned vertex is selected as an agent to spread fire to its neighbors by marking it as a burnt node. A burnt node spreads the fire to its neighbors at the next consecutive step. The goal is to find the burning sequence of minimum length. The Graph Burning problem is NP-Hard for general graphs and even for binary trees. A few approximation results are known, including a -approximation algorithm for general graphs and a -approximation algorithm for trees. The Graph Burning on directed graphs is more challenging than on undirected graphs. In this paper, we propose 1) A -approximation algorithm for a cactus graph (undirected), 2) A -approximation algorithm for…
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 · Optimization and Search Problems
