Determine the time complexity of the bubble sort algorithm.
O(n^2)
O(n)
O(log n)
O(n log n)

Computer Science Exercises are loading ...