Improving parallel computation with fast integer sorting

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

  • Affiliations:
  • Department of Computer Science, The University of Hong Kong, Hong Kong, China;Electronic Data Systems, Inc., Troy, MI;Department of Computer Science, Gunma University, Kiryu, Japan;Department of Computer Science, The University of Hong Kong, Hong Kong, China

  • Venue:
  • COCOON'99 Proceedings of the 5th annual international conference on Computing and combinatorics
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents results which improve the efficiency of parallel algorithms for computing minimum spanning trees. These results are obtained by mainly applying fast integer sorting. For an input graph with n vertices and m edges our EREW PRAM minimum spanning tree algorithm runs in O(log n) time with O((m + n)√log n) operations. Our CRCW PRAM minimum spanning tree algorithm runs in O(log n) time with O((m + n) log log n) operations. These complexities relate to the complexities of parallel integer sorting. We also show that for dense graphs we can achieve O(log n) time with O(n2) operations on the EREW PRAM.