Bubble Sort is an example of a sorting algorithm that:
Uses divide and conquer strategy
Uses dynamic programming
Swaps adjacent elements directly
Only works with integers
This question is part of this quiz :
Top MCQs on BubbleSort Algorithm with Answers