Question:medium

Consider a list [8, 7, 13, 1, -5, 4]
After 3rd pass of Bubble Sort, we get

Updated On: Feb 21, 2026
  • [1, -5, 4, 7, 8, 13]
  • [1, -5, 7, 4, 8, 13]
  • [1, 7, -5, 4, 8, 13]
  • [7, 1, -5, 4, 8, 13]
Show Solution

The Correct Option is A

Solution and Explanation

The correct option is (A) :[1, -5, 4, 7, 8, 13].
Was this answer helpful?
0


Questions Asked in CUET (UG) exam