Implementation, benchmarking, and plotting of different sorting algorithms.
This project is going to focus on (at least) the following sorting algorithms
- Heap sort (ADT - heap)
- Merge sort
- Quick sort
Read about implementation and testing in the documentation.