Title: Although insertion sort and selection sort have generally the same performance, the selection sort ... Post by: DePeet on Apr 30, 2018 Although insertion sort and selection sort have generally the same performance, the selection sort has an advantage over the insertion sort. What is this advantage?
a. The selection sort usually makes fewer comparisons. b. The selection sort usually makes fewer swaps. c. The selection sort usually makes fewer passes. d. The selection sort usually makes fewer selections. e. None of these Title: Re: Although insertion sort and selection sort have generally the same performance, the selection ... Post by: se7en on Apr 30, 2018 Content hidden
Title: Re: Although insertion sort and selection sort have generally the same performance, the selection ... Post by: Michael Gates on Oct 9, 2020 Thanks!
|