124k views
5 votes
A. True

b. False: in a selection sort algorithm, the variable minvalue holds the smallest value found in the scanned area of the array.

User Chakri
by
8.6k points

1 Answer

4 votes

Hi,


The answer is True. We use algorithms to sort arrays so that wanted data can be found quicker. While we sort we set a minvalue and maxvalue variables. Minvalue variable holds the smallest value that was found in the array.


Hope this helps.

r3t40

User Qualiture
by
7.9k points