Improving the efficiency of parallel minimum spanning tree algorithms

  • Authors:
  • Ka Wong Chong;Yijie Han;Yoshihide Igarashi;Tak Wah Lam

  • Affiliations:
  • Department of Computer Science, The University of Hong Kong, Hong Kong, China;Computer Science Telecommunications Program, University of Missouri 5100 Rockhill Road, 554 STB, Kansas City MO;Department of Computer Science, Gunma University, Kiryu 376-8515, Japan;Department of Computer Science, The University of Hong Kong, Hong Kong, China

  • Venue:
  • Discrete Applied Mathematics - Special issue: Special issue devoted to the fifth annual international computing and combinatories conference (COCOON'99) Tokyo, Japan 26-28 July 1999
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents results which improve the efficiency of parallel algorithms for computing the minimum spanning trees. For an input graph with n vertices and m edges our EREW PRAM algorithm runs in O(log n) time with O((m+n)√logn) operations. Our CRCW PRAM algorithm runs in O(log n) time with O((m+n)log logn) operations. We also show that for dense graphs we can achieve O(logn) time with O(n2) operations on the EREW PRAM.