Bubble sort algorithm sorts n data items using
Bubble sort algorithm sorts n data items using Correct Answer O(n2) comparison
Bubble sort is a simple sorting algorithm. This sorting algorithm is comparison based algorithm in which each pair of adjacent elements is compared and the elements are swapped if they are not in order. The average & average case complexity of bubble sort is O(n2).
মোঃ আরিফুল ইসলাম
Feb 20, 2025