dijkstra_openmp_test, a C code which calls dijkstra_openmp(), which uses the OpenMP application program interface by implementing Dijkstra's minimum graph distance algorithm.
The information on this web page is distributed under the MIT license.
dijkstra_openmp, a C code which uses OpenMP to parallelize a simple example of Dijkstra's minimum distance algorithm for graphs.