Question 2/371: What algorithm does the following pseudocode perform? Declare In
ID: 3555648 • Letter: Q
Question
Question 2/371: What algorithm does the following pseudocode perform?
Declare Integer maxElement
Declare Integer index
For maxElement = arraySize -1 To 0 Step -1
For index = 0 to maxElement -1
If array[index] > array[index +1] Then
Call swap (array[index] > array[index +1])
End if
End For
End For
This is what I think is happening, please help clarify:
This program seems to be looking for the smallest value
Compares the values of array[index] to array [index + 1]
Swaps the values if array [index + 1] is the smaller value.
Explanation / Answer
This is bubble sort
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.