Hirschberg's algorithm on a GCA and its parallel hardware implementation

  • Authors:
  • Johannes Jendrsczok;Rolf Hoffmann;Jörg Keller

  • Affiliations:
  • TU Darmstadt, FB Informatik, Darmstadt;TU Darmstadt, FB Informatik, Darmstadt;FernUniversität in Hagen, Fakultät für Mathematik und Informatik, Hagen

  • Venue:
  • Euro-Par'07 Proceedings of the 13th international Euro-Par conference on Parallel Processing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present in detail a GCA (Global Cellular Automaton) algorithm with 3n cells for Hirschberg's algorithm which determines the connected components of a n-node undirected graph with time complexity O(n log n). This algorithm is implemented fully parallel in hardware (FPGA logic). The complexity of the logic and the performance is evaluated and compared to a former implementation using n(n+1) cells with a time complexity of O(log2(n)). It can be seen from the implementation that the presented algorithm needs significantly fewer resources (logic elements times computation time) compared to the implementation with n(n + 1) cells, making it preferable for graphs of reasonable size.