Skip to content

CiproGit/dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dijkstra

This repository shows an application of Dijkstra's algorithm in C++. Specifically, the algorithm is performed on a graph represented by a matrix of integers. This matrix is interpreted as a cost graph such that (i, j) is the cost to reach vertex (i, j) from its neighbours.
This repository also shows the use of template class. Please note: the template class is declared and defined in the header file.

About

Example of Dijkstra's algorithm in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published