Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 21
Easy

A logistics analyst is using a bubble sort algorithm to arrange a batch of package weights, in kilograms, into ascending order. The initial unsorted list of weights is:

[14.2,5.8,12.1,19.5,3.4,8.9,11.0,7.3,15.6,2.1,9.4][14.2, 5.8, 12.1, 19.5, 3.4, 8.9, 11.0, 7.3, 15.6, 2.1, 9.4][14.2,5.8,12.1,19.5,3.4,8.9,11.0,7.3,15.6,2.1,9.4]

State the number of comparisons made during the first pass of the algorithm.

[1]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms