Login or Create an Account to view the mark scheme, comment, and add to a test
Consider the following array SCORES = [9, 5, 6, 7, 4]
(a).
Write the array contents after each iteration of bubble sort on SCORES until it is sorted in ascending order
[3]
(b).
Write the array contents after each iteration of selection sort on SCORES until it is sorted in ascending order
[2]
(c).
Identify which algorithm is more efficient in this situation
[1]

Extended Response6 MarksCommunity
41 Uses66 Views1 Like