Which of the following sorting algorithms is the best to sort n integers that range in {0, 1, ... , 2³² -1}? You may assume that n << 2³².
A) Bubble Sort
B) QuickSort
C) Merge Sort
D) Radix Sort