Skip to content

meng-ucalgary/ensf-594-quiz-6-dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENSF-594 Quiz 6

Solution to one of the problems presented in Quiz 6. The problem was related to finding shortest path between nodes of a graph using Dijkstra's algorithm.

How to build and run

  1. Clone the repository to your local machine.

  2. Run the script launch.sh or launch.cmd to launch the program.