Compile the C file with gcc bucketSortFileInput.c -o bucketsort followed by running python collectResults.py. The program will print out the average run times given 100 samples across the same data.
Binary Radix Sort is a simple sorting algorithm that leverages the binary representation of numbers to sort them efficiently. Unlike traditional sorting algorithms like QuickSort or MergeSort, Binary ...