dijkstra_openmp_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

dijkstra_openmp, a C code which uses OpenMP to parallelize a simple example of Dijkstra's minimum distance algorithm for graphs.

Source code:


Last revised on 13 July 2020.