Prefer a chat interface with context about you and your work?
A Sublinear Algorithm for Approximate Shortest Paths in Large Networks
Computing distances and finding shortest paths in massive real-world networks is a fundamental algorithmic task in network analysis. There are two main approaches to solving this task. On one hand are traversal-based algorithms like bidirectional breadth-first search (BiBFS) with no preprocessing step and slow individual distance inquiries. On the other …