This project is an implementation of an external, p-way balanced merge sort algorithm in Java. It was developed as a requirement for the MATA54 - Data Structures and Algorithms II course at UFBA. The ...
This project implements an external sorting algorithm using a 2-way balanced sort merge. It sorts text files line-by-line (like the Linux sort command) by: Creating initial sorted runs using heapsort.