Answer:
e. quick sort
Step-by-step explanation:
Quick sort algorithm should be used if performance(speed) is the primary concern because the average time complexity of quick sort is O(n log n) and even O(n^2) in worst case.
This will facilitate speed and enable effectiveness and efficiency.
Their primary concern towards the sorting algorithm to be used will quickly be solved applying a quick sort algorithm.