Multiple choice

Which of the following sorting techniques compares two adjoining values and exchange them if they are not in proper order?

  1. Insertion sort

  2. Bubble sort

  3. Selection sort

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This sort technique compares two adjoining values and exchange them if they are not in proper order.