/LeastCostPath

Parallel implementation of the Floyd-Warshall algorithm using pthreads

Primary LanguageC

LeastCostPath

Parallel implementation of the Floyd-Warshall algorithm using pthreads

There are two implementations:

Synchronous -- Uses barriers

Asynchronous -- Uses mutexes