English

Dynamic Compact Data Structure for Temporal Reachability with Unsorted Contact Insertions

Data Structures and Algorithms 2023-08-24 v1

Abstract

Temporal graphs represent interactions between entities over time. Deciding whether entities can reach each other through temporal paths is useful for various applications such as in communication networks and epidemiology. Previous works have studied the scenario in which addition of new interactions can happen at any point in time. A known strategy maintains, incrementally, a Timed Transitive Closure by using a dynamic data structure composed of O(n2)O(n^2) binary search trees containing non-nested time intervals. However, space usage for storing these trees grows rapidly as more interactions are inserted. In this paper, we present a compact data structures that represent each tree as two dynamic bit-vectors. In our experiments, we observed that our data structure improves space usage while having similar time performance for incremental updates when comparing with the previous strategy in temporally dense temporal graphs.

Keywords

Cite

@article{arxiv.2308.11734,
  title  = {Dynamic Compact Data Structure for Temporal Reachability with Unsorted Contact Insertions},
  author = {Luiz Fernando Afra Brito and Marcelo Keese Albertini and Bruno Augusto Nassif Travençolo and Gonzalo Navarro},
  journal= {arXiv preprint arXiv:2308.11734},
  year   = {2023}
}

Comments

17 pages, 6 figures

R2 v1 2026-06-28T12:01:54.826Z