Computer Science, asked by Lizonmatthew9567, 10 months ago

Difference between bubble sort and selection sort

Answers

Answered by visheshagarwal153
4

Explanation:

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. ... Generally, most stable and fast algorithms use additional memory.

Similar questions