libs/ contains various sorting algorithms
- Compile the .cpp files with g++ on UNIX
G++ file.cpp -o file
- compile sortCheck.cpp,generator.cpp, and the sorting algorithm of your choice
- Run ./Generator filename.txt
- Run ./"YourSortingAlgorithm" filename.txt
- Run ./SortCheck sorted-filename.txt