Which of the following relies on swapping adjacent elements to sort a dataset?(1 point)

Responses

merge sort
merge sort

selection sort
selection sort

bubble sort
bubble sort

quicksort

1 answer

The sorting algorithm that relies on swapping adjacent elements to sort a dataset is bubble sort.