Skip to content

A desktop application for generating graphs when given the list of edges (or the adjacency matrix or cost matrix) and visualization of some of the most known graph algorithms such as BFS, DFS, Dijkstra on that graph.

sebi2306/GraphViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Viewer

A desktop application for generating graphs when given the list of edges (or the adjacency matrix or cost matrix) and visualization of some of the most known graph algorithms such as BFS, DFS, Dijkstra on that graph.

Installation

Clone the repository using git from within your favourite IDE or from Terminal:

git clone https://github.com/sebi2306/GraphViewer.git

If you don't have Kivy Installed use the package manager pip to install it.

pip install kivy[base]

Alternatively you can check the Kivy Installation Guide

Usage

Just run main.py afterwards

About

A desktop application for generating graphs when given the list of edges (or the adjacency matrix or cost matrix) and visualization of some of the most known graph algorithms such as BFS, DFS, Dijkstra on that graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%