Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphVisualizer

GraphVisualizer is a C++ program that generates visual representations of undirected graphs using the Fruchterman-Reingold algorithm.


Overview

This program takes a text file containing the description of an undirected graph as input and generates a graphical representation of the graph in BMP format.

Features:

  • Supports undirected graphs with up to 500 vertices.
  • Uses the Fruchterman-Reingold algorithm for graph layout.
  • Produces graphical representations with minimal edge crossings.
  • Customizable vertex and edge size.

Usage

Clone the repository:

git clone https://github.com/Hisoka742/GraphVisualizer.git

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages