Bubble sort is a sorting algorithm that involves swapping the smallest value into the first index, finding the next smallest value and swapping it into the next index and so on until the array is sorted. true or false? mark for review (1) points
a. true
b. false
Answers
Answered by
1
Bubble sort is a sorting algorithm that involves swapping the smallest value into the first index, finding the next smallest value and swapping it into the next index and so on until the array is sorted.
= this is a true statement
= this is a true statement
Similar questions