Consider te following array 23 15 5 12 40 10 7 After the first-03629
Consider te following array<br>23 15 5 12 40 10 7<br>After the first pass of a particular algorithm, the array looks like<br>15 12 23 10 7 40<br>Name the algorithm used
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.12.
Consider te following array
23 15 5 12 40 10 7
After the first pass of a particular algorithm, the array looks like
15 12 23 10 7 40
Name the algorithm used
23 15 5 12 40 10 7
After the first pass of a particular algorithm, the array looks like
15 12 23 10 7 40
Name the algorithm used
Heap sort
Selection sort
Insertion sort
Bubble sort