Login or Create an Account to view the mark scheme, comment, and add to a test
State the result of two Bubble Sort iterations where elements are arranged in ascending order (from lowest to highest running left to right) on the array [12, 32, 26, 37, 9]
(a).
[9, 12, 26, 37, 32]
(b).
[12, 9, 26, 32, 37]
(c).
[12, 26, 9, 32, 37]
(d).
[9, 12, 26, 32, 37]

Multiple Choice1 MarkPremium
44 Uses40 Views1 Like