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

Software Engineering Exercises are loading ...