1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Searching, Sorting and Hashing Technique...
  4. The given array is arr = {1,2,4,3}. Bubb...
Q.

The given array is arr = {1,2,4,3}. Bubble sort is used to sort the array elements. How many iterations will be done to sort the array with improvised version?

A. 4
B. 2
C. 1
D. 0
Answer» B. 2
View all MCQs in:   Data Structures (DS)

Discussion