Week 4
In this practical you will learn more about implementing radix sort and bucket sort, and to test them experiementally with another sorting algorithm.
Download the file radix.cpp in which there is a function definition for radix sort. The file sorting.cpp contains a the implementation of mergesort on arrays and testRadix.cpp can be used for testing your functions.
Submit your completed program file radix.cpp by Monday of Week 5 using the online submission system. Your file should only contain the functions you use for radixSort, and in particular should not contain any "int main() {...}" function. Use the provided file for testing your function.
Please note Your experiments will be marked later when you hand in your portfolio with your assignment.
All enquiries to Annabelle McIver