Recursive bubble sort is a comparison based sort.
Recursive bubble sort is a comparison based sort. Correct Answer true
In bubble sort, we need to compare elements in order to find the minimum element in each iteration. So we can say that it uses comparisons in order to sort the array. Thus it qualifies as a comparison based sort.
মোঃ আরিফুল ইসলাম
Feb 20, 2025