Skip to content

Visual graphs is an application that let you create nodes and arists for making a graph. Also, it ley you verify if the graph is bipartite, conex, eulerian, amog others. Last but not least, An heuristic is implemented for coloring the nodes of the graph.

Notifications You must be signed in to change notification settings

alejo14171/Visual-Graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Visual-Graphs

Visual graphs is a Python 3.9+ application that let you create nodes and arists for making a graph. Also, it let you verify if the graph is bipartite, connected, eulerian, among others. Last but not least, An heuristic is implemented for coloring the nodes of the graph.

How does it work

Visual-Graphs work on Tkinter using an educational graphics library called graphics (from Jhon Zelle: graphics.pdf (wartburg.edu))

Installation

The only thing you need to run Visual-Graphs is have python 3.9+ and:

  1. Have tkinter installed (by defect python has tkinter installed)
  2. Clone the repository and run as python file

As simple as that!

Current changes are being made to enhance user experience.

About

Visual graphs is an application that let you create nodes and arists for making a graph. Also, it ley you verify if the graph is bipartite, conex, eulerian, amog others. Last but not least, An heuristic is implemented for coloring the nodes of the graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages