Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 462 Bytes

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