Skip to content

This is a simulation of a graphing algorithm, Dijkstra's Algorithm.

License

Notifications You must be signed in to change notification settings

BoyManWamen/DijkstrasAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Dijkstra's Algorithm

GitHub Repo stars Translate

Table of Contents

Description

Welcome to the Dijkstra's Algorithm Visualization repository! This project combines the power of Pygame with the intelligence of Dijkstra's algorithm to create an interactive and visually appealing demonstration.

Getting Started

Dependencies

The list of dependencies for this program is the following:

pygame==2.1.0: Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python.

Don't forget to install those dependencies using pip in the terminal.

pip install pygame

Installing

First, navigate to the directory you want to have your project.

cd path/to/your/directory

Next, clone the repository.

git clone https://github.com/BoyManWamen/DijkstrasAlgorithm.git

Once you have cloned the repository, you can now move into the project directory.

cd DijkstrasAlgorithm

Executing Program

In order to run the program, you can use the following command in the terminal.

python src\play.py

Authors

Huy Hoang

Version History

  • 1.0.0
    • Initial Release

License

This project is licensed under the MIT License