ProgQuiz
Data Structures & Algorithms Quiz
What is the best-case performance of bubble sort in comparisons?
O(1)
O(log n)
O(n)
O(n²)
Go back home