Burning a binary tree and its generalization
Sandip Das, Sk Samim Islam, Ritam M Mitra, Sanchita Paul

TL;DR
This paper introduces an algorithm for burning trees and improves the upper bound on the burning number, supporting the conjecture for certain subclasses of binary trees.
Contribution
It presents a new algorithm to burn trees and establishes a tighter upper bound on the burning number, advancing the understanding of the burning number conjecture.
Findings
Improved upper bound: $b(T) \\leq \\lceil \\sqrt{n + n_2 + 8}\\,\\rceil -1$ for trees with $n \\geq 50$
Algorithm for burning certain subclasses of binary trees
Proof of the burning number conjecture for specific subclasses of binary trees
Abstract
Graph burning is a graph process that models the spread of social contagion. Initially, all the vertices of a graph are unburnt. At each step, an unburnt vertex is put on fire and the fire from burnt vertices of the previous step spreads to their adjacent unburnt vertices. This process continues till all the vertices are burnt. The burning number of the graph is the minimum number of steps required to burn all the vertices in the graph. The burning number conjecture by Bonato et al. states that for a connected graph of order , its burning number . It is easy to observe that in order to burn a graph it is enough to burn its spanning tree. Hence it suffices to prove that for any tree of order , its burning number where is the spanning tree of . It was proved in 2018 that $b(T) \leq…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Theory Research
