Starting Out with C++: Early Objects
Starting Out with C++: Early Objects
8th Edition
ISBN: 9780133360929
Author: Tony Gaddis, Judy Walters, Godfrey Muganda
Publisher: Addison-Wesley
Question
Book Icon
Chapter 9.3, Problem 9.8CP
Program Plan Intro

Selection sort:

Selection sort is used to sort the group of data.

  • Sorting is a process of placing the elements in order.
  • Selection sort finds the smallest element in the array by comparing all the elements.
  • The element values in the array are exchanged to place the smallest element in the first position.
  • Continuously, it finds the next smallest element and exchanges it in the successive positions.
  • The exchange process may place one or more elements in its permanent place.

Blurred answer
Students have asked these similar questions
How Quick Sort Works?
Write down the Selection Sort Algorithm using MAX function.
Which sort usually requires fewer data values to be swapped, bubble sort or selection sort?

Chapter 9 Solutions

Starting Out with C++: Early Objects

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage