Skip to content

rc-bandit4461/shortest_path_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Shortest path in C and Graphviz language using two famous algorithms.

This application uses Dijkstra and Bellman-Ford Algorithms in C language, to output a Graphviz file in dot language. the file can then read by Graphviz parser to output a graph showing the shortest path. Note: comments on the code are in french.