Skip to content

h-g-s/spaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spaths

A fast, self-contained, C99 implementation of the Dijkstra shortest paths algorithm

To build:

$ make

To solve the included example rome99 and compute the time of 1000 executions:

 ./dijkstra ./data/rome99.gr 1000

About

A fast, self-contained, C99 implementation of the Dijkstra shortest paths algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors