Ask a New Question
Search
Which of the following Big O notations is appropriate for the complexity of a sort algorithm?(1 point)
1 answer
O(n), O(n log n), O(n^2), O(log n)