What is the time complexity of the bubble sort algorithm?
O(n^2)
O(n log n)
O(n)
O(n^3)

Theory of Computation Exercises are loading ...