git clone https://github.com/mgsergio/ExternalSort.git
cd ExternalSort
git submodule update --init
mkdir build && cmake --chdir build cmake .. && cmake --build build --targetcd build && ctest --output-on-failurebuild/src/sortfile --help- [ ] In-memory sort file by parts before running mergeSort
- [ ] Add benchmarks