/ALGO_Project

Design and Analysis of Algorithms Course Project

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

ALGO_Project

Design and Analysis of Algorithms Course Project


Installation

  • Clone this repository git clone https://github.com/huzaifaa926/ALGO_Project.git.
  • Install the required dependecies, i.e. networkx, matplotlib and tkinter.
  • After that, just run the main.py file.

Screenshots

Input Page


alt text

Choose Algorithm


alt text

Initial Graph


alt text

Prims


alt text

Kruskal


alt text

Dijkstra


alt text

Floyd Warshall


alt text

Bellman Ford


alt text

Clustering Co-efficient


alt text