We discussed three sorting algorithms in Business 350. Which of the following was not one of those sorting algorithms?
A. Shell Sort
B. Tree Sort
C. Bubble Sort
D. Trickle Sort

Respuesta :

Answer:

Correct Answer:

D. Trickle Sort

Explanation:

A Sorting Algorithm is used to rearrange a given array or list elements according to a comparison operator on the elements. From the ones listed, only Trickle Sort is not part of it.