Burning Number: Graph Spread & Coverage
- Burning number is a graph parameter that defines the minimum rounds needed to burn every vertex in a connected graph using sequential ignitions and radius covers.
- It bridges dynamic propagation models with geometric covering techniques, employing discrete rounds, closed ball formulations, and recursive deletion strategies.
- Key results include the burning number conjecture, precise extremal bounds for trees and grids, and NP-hardness along with approximation methods in various graph classes.
The burning number is a graph parameter that measures the speed at which fire, influence, or information can spread through a finite connected graph when one new source may be ignited at each discrete round and all previously burning vertices simultaneously ignite their neighbors. If can be covered by closed balls of radii centered at suitable vertices, then burns in rounds, and the minimum such is denoted . Introduced by Bonato, Janssen and Roshanbin in 2016, the notion sits at the intersection of graph covering, tree structure, extremal bounds, approximation algorithms, and probabilistic spreading models (Ning et al., 3 Sep 2025, Bonato, 2020).
1. Formal model and equivalent formulations
Let be a finite, simple, undirected graph. In the standard burning process, all vertices are initially unburned. At round , one unburned vertex may be chosen as a new source, and every vertex that was already burning spreads fire to all of its unburned neighbors. Once a vertex is burned, it remains burned forever. A sequence is a burning sequence of length 0 if all vertices are burned by round 1, and the burning number 2 is the minimum such 3 (Ning et al., 3 Sep 2025, Guillaume et al., 2 Jun 2026).
The process admits an equivalent covering formulation. One may write
4
where 5 is the closed ball of radius 6 around 7. In this view, the source ignited at round 8 has influence radius 9 by the end of round 0. An early formulation also imposed pairwise distance constraints on the sources, but a key simplification is that this non-redundancy condition is redundant: the covering condition alone suffices to define 1 (Bessy et al., 2015).
This equivalence makes graph burning a radius-ordered covering problem. Much of the subject therefore alternates between dynamic language—fires, rounds, propagation—and geometric language—balls, radii, and coverings in graph distance (Bonato, 2020).
2. Conjecture, extremal examples, and general bounds
The central open statement is the Burning Number Conjecture: every connected 2-vertex graph 3 satisfies
4
Paths 5 and cycles 6 satisfy 7, so the conjectured bound is sharp. Bonato–Janssen–Roshanbin also showed that
8
so proving the conjecture for trees is sufficient for all connected graphs (Ning et al., 3 Sep 2025, Bonato, 2020).
Several general bounds are known. The radius bound gives 9, while the survey literature records the basic lower bound 0. The earliest general order bound was
1
This was improved first to
2
and then to the explicit bound
3
for every connected graph of order 4 (Bessy et al., 2015, Land et al., 2016, Bonato, 2020).
A major recent development is the asymptotic resolution of the conjecture: Norin and Turcotte proved that every connected 5-vertex graph satisfies
6
Their proof passes to metric trees, develops two-ball covers for minimal subtrees, constructs randomized almost-uniform covers, and then rounds continuous radii back to integer burning schedules. This establishes the correct leading constant 7, while leaving the exact 8 statement open (Norin et al., 2022).
3. Trees and the structural frontier
Because of the spanning-tree reduction, progress on trees has been decisive. One prominent line concerns caterpillar-like trees. For an ordinary caterpillar 9 on 0 vertices,
1
The same paper proves the conjectured bound for all 2-caterpillars and for any tree with at least 3 leaves. Its proof techniques include an infinite-descent argument and an explicit recursive deletion strategy that repeatedly removes burning circles of lengths 4, 5, and 6 so that the remaining order drops to a smaller square (Hiller et al., 2019).
A second structural line tracks degree-2 vertices. If 7 is a tree of order 8 with 9 vertices of degree 0, Ning–Jin–Zhang proved
1
As a corollary, the conjectured bound 2 holds whenever 3. Their method combines a separator lemma for trees without degree-2 vertices with a smoothing operation and then restores degree-2 vertices by attaching leaves to form a supertree with no degree-2 vertices (Ning et al., 3 Sep 2025).
Algorithmic burning constructions have also been developed for binary-tree families. Perfect binary trees of height 4 satisfy 5; complete binary trees have burning number 6 or 7 depending on the last level; and full, nonperfect binary trees satisfy 8. More generally, for a tree 9 with 0 degree-2 vertices,
1
improving the earlier 2-based bound for 3 (Das et al., 2023).
4. Exact values and special graph classes
The smallest nontrivial burning number is completely characterized. A graph 4 on 5 vertices satisfies 6 if and only if 7. This degree condition yields immediate exact values for complete graphs and near-complete graphs and underlies later characterizations of graph classes with constant burning number (Guillaume et al., 2 Jun 2026).
Several hereditary classes are now understood. Every connected split graph satisfies 8, with 9 only when 0. Every connected 1-free graph satisfies 2, and the only graph in that class with burning number 3 is the disconnected graph 4. The same work formalizes the term well-burnable for classes satisfying 5; connected split graphs and connected 6-free graphs are well-burnable (Guillaume et al., 2 Jun 2026).
Rooted graph products provide another exact family. For the comb graph
7
obtained by attaching a path 8 to each vertex of a spine 9, the exact formula in the spine-dominant regime is
0
In the tooth-dominant regime 1, one has
2
so the Burning Number Conjecture holds for all comb graphs (Peca-Medlin, 27 Feb 2026).
For Cartesian products of paths, asymptotic behavior depends on the regime. For the grid 3,
4
whereas 5 when 6. In the fence regime 7, explicit lower and upper bounds sharpen this 8 statement, including the lower bound
9
and the upper bound
0
(Mitsche et al., 2015, Bonato et al., 2019).
5. Computational complexity and approximation
The decision problem—given 1 and 2, decide whether 3—is computationally hard on highly restricted classes. It is NP-complete for trees of maximum degree 4, spider graphs, and path-forests. The hardness already persists for caterpillars of maximum degree 5, showing that the complexity is inherent even in very simple tree families. Later work strengthened this further to connected cubic graphs and connected proper interval graphs, and BNP is APX-hard on connected cubic graphs as well as on connected 6-regular graphs for every fixed 7 (Bonato et al., 2015, Hiller et al., 2019, Antony et al., 2024, Antony et al., 14 May 2026).
Approximation algorithms have therefore become central. Earlier results gave a 8-approximation for general graphs and a 9-approximation for trees. Martinsson improved the general approximation ratio to
00
in polynomial time and proved a PTAS for trees and forests. The same paper shows that, for every 01, computing a 02-approximation for general graphs is NP-hard (Martinsson, 2023).
Despite these hardness results, some classes admit efficient exact computation. Spider graphs and path-forests are polynomial-time solvable when the number of arms or components is fixed. Connected split graphs admit linear-time computation of 03. For connected 04-free graphs,
05
and for fixed 06 an optimal burning sequence can be found in
07
time (Bonato et al., 2015, Guillaume et al., 2 Jun 2026, Antony et al., 2024).
6. Probabilistic, geometric, and extended models
Probabilistic graph burning studies either random input graphs or random source selection. For 08 with average degree 09, the burning number is asymptotically tied to the graph diameter, and one has a.a.s. 10. For random geometric graphs 11 above the connectivity threshold, 12. On paths, random source-selection models exhibit sharply different behavior: 13 and 14 are asymptotically 15, while 16 (Mitsche et al., 2015).
A different random model chooses each new ignition uniformly from the unburned vertices of the discrete torus 17. In that setting, the random completion time 18 satisfies
19
where 20 is the explosion time of the generalized Blasius equation
21
This connects random burning to a deterministic nonlinear ODE limit (Blanc et al., 2 Sep 2025).
Geometric variants replace graphs by point sets in the plane. In point burning, ignitions must occur at input points; in anywhere burning, ignitions may occur anywhere in 22. Both decision problems are NP-complete, and both admit 23-approximation algorithms for every 24. Under a bound on the number of sources, anywhere burning is NP-hard to approximate within a factor of 25 (Keil et al., 2022).
Two further variants burn edges or both vertices and edges. Edge burning is exactly burning in the line graph 26, so 27, and for every connected 28,
29
Total burning is burning in the total graph 30, so 31, with
32
These relations show that the standard burning number sits naturally inside a broader family of incidence-based propagation parameters (Antony et al., 2024).
The principal open problem remains the exact Burning Number Conjecture. Current structural work emphasizes extensions from caterpillars to 33-caterpillars with 34, characterizations of graphs with 35, and burning on dynamic or temporal networks (Hiller et al., 2019, Guillaume et al., 2 Jun 2026).