There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
C Programs which implement the Breadth First Search on graphs, linear search on arrays, inorder traversal on binary search tree, merge sort and selection sort. And then their proper parallelization using OpenMP to turn them into multiprocessing programs. It also includes an execution time comparison using plotting on Python