Forest search: a paradigm for faster exploration of scale-free networks

  • Authors:
  • Yuichi Kurumida;Hirotaka Ono;Kunihiko Sadakane;Masafumi Yamashita

  • Affiliations:
  • Department of Computer Science and Communication Engineering, Kyushu University, Japan;Department of Computer Science and Communication Engineering, Kyushu University, Japan;Department of Computer Science and Communication Engineering, Kyushu University, Japan;Department of Computer Science and Communication Engineering, Kyushu University, Japan

  • Venue:
  • ISPA'06 Proceedings of the 4th international conference on Parallel and Distributed Processing and Applications
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Scale-free networks naturally model wide area networks like the WWW. We consider the problem of fast exploration of huge scale-free networks using small memory space. Although there are many search algorithms for exploring an unknown graph, they require much space or time. For example, the depth first search requires some memory for all the nodes in the worst case, and the average number of steps in the random walk is O(n3), where n is the size of the graph. Under assumptions reflecting WWW applications, we propose a new exploration paradigm called forest search particularly designed for scale-free networks, and theoretically evaluate its space complexity. We also demonstrate its superiority over random walk based search algorithms by conducting simulations.