Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Retrieving the shortest path to a website using Dijkstra's algorithm

Notifications You must be signed in to change notification settings

mendrika261/S3-ALGO-Network

Repository files navigation

Overview 🔮

Implementation of Dijkstra's algorithm with a network connection for retrieving the shortest path to a web server.

screen.mp4

Functionality 🛠️

  • Draw graph of the network graph.png
  • Find the shortest path from a server to a web server
  • Signaling malfunctioning connections
  • Add new connections to the network
  • Add a server

How to use ℹ️

  • Create a virtual environment
python3 -m venv venv
  • Activate the virtual environment
source venv/bin/activate
  • Install the requirements
pip install -r requirements.txt
  • Run the program
python3 main.py

About

Retrieving the shortest path to a website using Dijkstra's algorithm

Topics

Resources

Stars

Watchers

Forks

Languages