Which of the following has the Theta notation (Theta(n)) time complexity?
"Sequential search in the average case"
"Binary sort in the average case"
"Heap sort in the worst case"