What is the difference between the linear search and the bubble sort
technique?
Answers
Answered by
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
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