The following is two Java programs for sorting. If you had insterests, you could try them for fun. But they do not belong to the course and will not be covered in the exam.
To run the merging-sorting, you should download four files: MergeSorter.java, NodeList.java, DNode.java, and Comparator.java, as well as some files for exception handling.
To run the quicking sorting, you need to download only two files: QuickSorter.java and Comparator.java.
-----------------------------------------------------------