🤖 AI Summary
This work addresses the challenge of efficiently compressing multiple sets while supporting fast queries. The authors propose a compression scheme based on inter-set differences, leveraging a minimum spanning tree (MST) to optimize differential encoding across sets, thereby significantly improving compression efficiency. They further design a data structure that supports fundamental operations—including membership testing, predecessor/successor queries, and random access—all executed in logarithmic time. Experimental results demonstrate that the proposed method outperforms existing standard approaches in both construction speed and query performance, achieving an effective balance between space efficiency and time efficiency.
📝 Abstract
We introduce a compressed representation of sets of sets that exploits how much they differ from each other. Our representation supports access, membership, predecessor and successor queries on the sets within logarithmic time. In addition, we give a new MST-based construction algorithm for the representation that outperforms standard ones.