This project implements and compares both Merge Sort and Quick Sort algorithms in both sequential and parallel versions using C++. The parallel implementations leverage multithreading to significantly ...