GitHub - dan10/parallel-sorting · GitHub
Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

dan10/parallel-sorting

Folders and files

Repository files navigation

parallel-sorting

What is this?

This is a school project by students of PUC-MG.

We were instructed to implement 4 sorting algorithms (Quicksort, Mergesort and 2 others, of our choosing) with parallelization using OpenMP and test their efficiency.

How does it work?

How to run?

Run make

After it's done, run ./output < input.txt

How to debug?

If you've run make before, run make clear

Run make debug

After it's done, run gdb debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors