Question:medium

Which algorithm sort the array in exactly using 2 swap [4,3,2,1,5]?

Updated On: Jan 13, 2026
  • Selection sort
  • Insertion sort
  • Bubble sort
Show Solution

The Correct Option is C

Solution and Explanation

Option (C), Bubble sort, is the correct choice.

Was this answer helpful?
0