Which sorting algorithm has a time complexity of O(n^2), where n is the size of the input?
Merge sort
Binary search
Bubble sort
Quick sort

Data Structures and Algorithms Exercises are loading ...