ParlaySemisort How to compile and run: Make a build directory and cd into it with $ mkdir build and $cd build Compile the code with $ cmake .. and $ make Run the tests program with $ ./semisort_tests