A note of an O(n3/logn) time algorithm for all pairs shortest paths

  • Authors:
  • Yijie Han

  • Affiliations:
  • School of Computing and Engineering, University of Missouri at Kansas City, Kansas City, MO 64110, USA

  • Venue:
  • Information Processing Letters
  • Year:
  • 2008

Quantified Score

Hi-index 0.89

Visualization

Abstract

We improve the all pairs shortest path algorithm given by Takaoka to time complexity O(n^3/logn). Our improvement is achieved by using a smaller table and therefore saves time for the algorithm.