Skip to content

A graph editor where introduce the list of edges and draw the graph using matplotlib. It is displayed if it is eulerian. Your graph can be directed or unoriented, weighted or unweighted. You can introduce 2 nodes and see the distance between and an optimal meeting node between them. You can save the list of edges or the plot of the graph. You ca…

License

Notifications You must be signed in to change notification settings

TurcaVasileIonut/GraphHero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphHero

A graph editor where introduce the list of edges and draw the graph using matplotlib. Your graph can be directed or unoriented, weighted or unweighted.

Features

  • Draw the network
  • See if the graph is eulerian
  • See the distance between 2 nodes
  • See one of the optimal meeting nodes
  • See the minimum cost partial tree

Usage

Install main.py, algorithms.py and Graph_Hero_Icon.ico in same directory and compile main.py

plot

About

A graph editor where introduce the list of edges and draw the graph using matplotlib. It is displayed if it is eulerian. Your graph can be directed or unoriented, weighted or unweighted. You can introduce 2 nodes and see the distance between and an optimal meeting node between them. You can save the list of edges or the plot of the graph. You ca…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages