Implementation of the external sort algorithm

Job ID: 33792659

Budget: €30 – €250 EUR

I would like to implement the external sort algorithm in a modern DBMS project, the project is ready and includes the quick sort algorithm, but I need to implement the external merge sort algorithm on it. The algorithm must be implemented in C++

I have implemented the first step in the algorithm, which is to divide the original file into Chunks, and now it remains to arrange and merge these files.