Dynamic Compact Data Structure for Temporal Reachability with Unsorted Contact Insertions

August 22, 2023 Β· Declared Dead Β· πŸ› Computer/law journal

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Luiz Fernando Afra Brito, Marcelo Keese Albertini, Bruno Augusto Nassif TravenΓ§olo, Gonzalo Navarro arXiv ID 2308.11734 Category cs.DS: Data Structures & Algorithms Citations 0 Venue Computer/law journal Last Checked 5 months ago
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(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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted