Respuesta :
I don’t know for sure but I think the answer might be linear/sequential search because sequences a certain way of applying something.
Answer:
Selection Sort
Explanation:
Linear Sort is useful for a small array, not for large ones like a list for a website.
Insertion Sort is useful for semi-organized arrays.
Therefore Selection Sort is the way to go.