Sandpile Prediction on Undirected Graphs

Abstract

The Abelian Sandpile model is a well-known model used in exploring self-organized criticality. Despite a large amount of work on other aspects of sandpiles, there have been limited results in efficiently computing the terminal state, known as the sandpile prediction problem. On graphs with special structures, we present algorithms that compute the terminal configurations for sandpile instances in O(n n) time on trees and O(n) time on paths, where n is the number of vertices. Our algorithms improve the previous best runtime of O(n 5 n) on trees [Ramachandran-Schild SODA '17] and O(n n) on paths [Moore-Nilsson '99]. To do so, we move beyond the simulation of individual events by directly computing the number of firings for each vertex. The computation is accelerated using splittable binary search trees. In addition, we give algorithms in O(n) time on cliques and O(n 2 n) time on pseudotrees. On general graphs, we propose a fast algorithm under the setting where the number of chips N could be arbitrarily large. We obtain a N dependency, improving over the poly(N) dependency in purely simulation-based algorithms. Our algorithm also achieves faster performance on various types of graphs, including regular graphs, expander graphs, and hypercubes. We also provide a reduction that enables us to decompose the input sandpile into several smaller instances and solve them separately.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…