ER:NO:60
Selection Sort
Aim:
To write
a python Program to perform selection
lgorithm
Step 1: Start the Program
Step 2: Create a function named selection sort
Step 3: initialize Pos=0
Step 4: y alist [location > alist [pos] then perform
the following till it,
Step 5: Set Pos= location
Step 6: Swap alist [i] and alist [pos]
Step 7: Print the sorted list
Step 8: Stop the Program
Answers
Answered by
0
Answer:
plz search in other website bro
Similar questions