Skip to content
/ Dijkstra Public
forked from Imsanskar/Dijkstra

Implementation of Djikstra algorithm using SDL

Notifications You must be signed in to change notification settings

sgr45/Dijkstra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djikstra

Dijkstra algorithm visualization using SDL

Requirements

  • Linux/UNIX based Operating System (doesn't work with Windows)
  • CMake
  • SDL installed in your system

Installing SDL

sudo apt install libsdl2-dev libsdl2-2.0-0 -y
sudo apt install libfreetype6-dev libsdl2-ttf-dev libsdl2-ttf-2.0-0 -y

Build Steps

  1. git clone this repository.
  2. cd into the directory
  3. cmake -G"Unix Makefile" to generate the require makefile
  4. make to compile the program

Using CLion IDE from JetBrains

Open this folder from CLion IDE and click on run button on the top bar of CLion IDE and the IDE does the work itself.

About

Implementation of Djikstra algorithm using SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • CMake 1.5%