Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 310 Bytes

File metadata and controls

12 lines (8 loc) · 310 Bytes

Force Directed Graph Layout

Java implementation of the Fruchterman-Reingold force-directed graph drawing algorithm.

Features

  • Random graph generation
  • Graph visualization with Swing
  • Execution time measurement
  • Configurable graph parameters
  • Sequential, Parallel, and Distributed execution modes