More Efficient Topological Sort Using Reconfigurable Optical Buses

  • Authors:
  • Jie Li;Yi Pan;Hong Shen

  • Affiliations:
  • Institute of Information Sciences and Electronics, University of Tsukuba, Tsukuba Science City, Ibaraki 305-8573, Japan lijie@is.tsukuba.ac.jp;Department of Computer Science, Georgia State University, Atlanta, GA 30303, USA pan@cs.gsu.edu;Graduate School of Information Science, Japan Advanced Institute of Science & Technology, Tatsunokuchi, Ishikawa 923-1292, Japan shen@jaist.ac.jp

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Topological sort of an acyclic graph has many applications such as job scheduling and network analysis. Due to its importance, it has been tackled on many models. Dekel et al. [3], proposed an algorithm for solving the problem in O(log2 N) time on the hypercube or shuffle-exchange networks with O(N3) processors. Chaudhuri [2], gave an O(log N) algorithm using O(N3) processors on a CRCW PRAM model. On the LARPBS (Linear Arrays with a Reconfigurable Pipelined Bus System) model, Li et al. [5] showed that the problem for a weighted directed graph with N vertices can be solved in O(log N) time by using N3 processors. In this paper, a more efficient topological sort algorithm is proposed on the same LARPBS model. We show that the problem can be solved in O(log N) time by using N3/log N processors. We show that the algorithm has better time and processor complexities than the best algorithm on the hypercube, and has the same time complexity but better processor complexity than the best algorithm on the CRCW PRAM model.