Computer Science, asked by srikant455, 10 months ago

contract the basic blocks and flow graphs for
selection sort algorithm​

Answers

Answered by gurukulamdivya
0

Answer:

Algorithm

Step 1 − Set MIN to location 0

Step 2 − Search the minimum element in the list

Step 3 − Swap with value at location MIN

Step 4 − Increment MIN to point to next element

Step 5 − Repeat until list is sorted

Attachments:
Similar questions