Posted inStudy Guide
Which of the following Big O notations is appropriate for the complexity of a sort algorithm?
Homework Help: Questions and Answers: Which of the following Big O notations is appropriate for the complexity of a sort algorithm? A. O(logn)B. O(1)C. O(n2)D. O(n) Answer To determine the appropriate Big O…