Page 1 of 1

Which sorting algorithm is MOST efficient when performed on an array in which the values are already in the desired sort

Posted: Sun May 15, 2022 11:39 am
by answerhappygod
Which sorting algorithm is MOST efficient when performed on an
array in which the values are already in the desired sorted
order?
a
Binary sort
b
Insertion sort
c
Selection sort
d
All sorting algorithms will run at the same speed.
e
It is not possible to know which will be fastest.