Skip to content

An implementation of Dijkstra's pathfinding algorithm in C++

Notifications You must be signed in to change notification settings

LeoGuagenti/dijkstra-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dijkstra-pathfinder

This project is an implementation of Dijkstra's Pathfinding algorithm. Some examples of valid inputs can be found in ./testcases

Compiling

To compile this program run the command:

g++ dijsktra.cpp

This will output a.exe on Windows or on Linux a.out

Running the Program

To run the program with input data from a file, use the command:

a.exe < input.dat

or

./a.out < input.dat

About

An implementation of Dijkstra's pathfinding algorithm in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages