Determine the best-case complexity of the bubble sort algorithm.
O(n^2)
O(n log n)
O(n)
O(2^n)

Computer Science and Information Technology Übungen werden geladen ...