Goal was to develop both sequential and parallel versions of the Bucket Sort algorithm in C, test and compare results.
This repository contains all files used in the development of the project aswell as the project's report.
- Input Test Files
- C source file
- Shell scripts to run the algorithm Sequentially (1 Thread) or Parallel (2/4/8/16/32 Threads)
- Makefile
- Report
- Python script to generate random input files