mutual-exclusion topic

List mutual-exclusion repositories

parallel-dfs-dag

46
Stars
9
Forks
Watchers

A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)

OSLab

24
Stars
27
Forks
Watchers

Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.

Parallel-K-Means-Clustering

18
Stars
6
Forks
Watchers

Sequential and Parallel(using Open MP and Pthreads) Implementations(c++) of the K Means Clustering Algorithm and visualizing the results for a comparative study of the Speedup and Efficiency achieved...