Computer Science, asked by pathan311576, 5 months ago

What is the difference between the linear search and the bubble sort

technique?​

Answers

Answered by Anonymous
3

Answer:

Bubble sort essentially exchanges the elements whereas selection sort performs the sorting by selecting the element. Another considerable difference between the two is that bubble sort is stable algorithm while selection sort is an unstable algorithm.

Answered by Anonymous
0

Answer:

Bubble sort essentially exchanges the elements whereas selection sort performs the sorting by selecting the element. Another considerable difference between the two is that bubble sort is stable algorithm while selection sort is an unstable algorithm.

Similar questions