Selection Sort On C++.ppt.pptx

MuneebUrRehman643659 287 views 10 slides Jun 03, 2022
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

How to perform selection sorting on C++.


Slide Content

Sorting of Array (Selection Sort)

INTRO… 2

Sorting Of Arrays 1 3

4 This is achieved through two loops. Outer loop select element to compare. Inner loop allow us to compare element with rest of them. It is used in computer science to static lookup tables. To holds multiples values that have same data types.

M ain topic slide There’re a lots of methods to sort an array but we'll, here, discusses Selection an Array. “It the method to find minimum element in an unsorted array and swap it with the element at the beginning.” Sort the remainder array excluding the first value. 5

For instance

IN TWO OR THREE COLUMNS 7

A PICTURE OF C++ CODE 8

PRINT OUT 9

USE CHARTS TO EXPLAIN YOUR IDEAS Gray White Black 10
Tags