Advertisements
Advertisements
Question
Differentiate between the following:
Sequential sort and Bubble sort.
Distinguish Between
Solution
Sequential sort | Bubble sort |
Sequential sort detects each iterated subset's smallest or biggest member and swaps them with the subset's beginning elements. | Bubble sort compares neighbouring items and swaps them if they do not follow the intended order. |
shaalaa.com
Is there an error in this question or solution?