Succinct Preferential Attachment Graphs
Ziad Ismaili Alaoui, Namrata, Sebastian Wild

TL;DR
This paper introduces a space-efficient data structure for preferential attachment graphs that adapts to the graph's compressibility, supporting efficient navigation and approaching optimal space usage.
Contribution
The work presents a novel data structure that automatically adapts its space complexity based on graph compressibility, especially effective for Barabási-Albert models.
Findings
Space usage approaches instance-optimal for preferential attachment graphs.
Supports efficient navigational operations on compressed graphs.
Works for arbitrary graphs with entropy-based size guarantees.
Abstract
Computing over compressed data combines the space saving of data compression with efficient support for queries directly on the compressed representation. Such data structures are widely applied in text indexing and have been successfully generalised to trees. For graphs, support for computing over compressed data remains patchy; typical results in the area of succinct data structures are restricted to a specific class of graphs and use the same, worst-case amount of space for any graph from this class. In this work, we design a data structure whose space usage automatically improves with the compressibility of the graph at hand, while efficiently supporting navigational operations (simulating adjacency-list access). Specifically, we show that the space usage approaches the instance-optimal space when the graph is drawn according to the classic Barab\'asi-Albert model of…
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
Succinct Preferential Attachment Graphs· youtube
Taxonomy
TopicsAdvanced Graph Theory Research · Genome Rearrangement Algorithms
