Which of the following is the Best Case Time Complexity of the Bubble Sort algorithm?

A. O(n log n)

B. O(n²)

C. O(n)

D. O(n log² n)

Leave a Reply