The Right Way to Search Evolving Graphs
Social and Information Networks
2016-03-07 v2 Data Structures and Algorithms
Numerical Analysis
Abstract
Evolving graphs arise in problems where interrelations between data change over time. We present a breadth first search (BFS) algorithm for evolving graphs that computes the most direct influences between nodes at two different times. Using simple examples, we show that naive unfoldings of adjacency matrices miscount the number of temporal paths. By mapping an evolving graph to an adjacency matrix of an equivalent static graph, we prove that our generalization of the BFS algorithm correctly accounts for paths that traverse both space and time. Finally, we demonstrate how the BFS over evolving graphs can be applied to mine citation networks.
Keywords
Cite
@article{arxiv.1601.08189,
title = {The Right Way to Search Evolving Graphs},
author = {Jiahao Chen and Weijian Zhang},
journal= {arXiv preprint arXiv:1601.08189},
year = {2016}
}
Comments
10 pages, 5 figures