Q The sorting algorithm which repeatedly swaps the adjacent elements if they are in the wrong order is?

  • A Bubble Sort
  • B Insertion Sort
  • C Adjacent Sort
  • D Quick Sort

MCQs Details

Bubble sort is a simple sorting algorithm that repeatedly loops through a list, compares adjacent elements, and swaps them if they are in the wrong order.