) In the selection sort (assume ascending order)
(a) A divide and conquer approach is used.
(b) A minimum/maximum key is repeatedly discovered.
(c) A number of items must be shifted to insert each item in its correctly sorted position.
(d) None of the above