adplus-dvertising
frame-decoration

Question

State the worst case time complexity for quick sort.

a.

O(log n)

b.

O(n)

c.

O(nlog n)

d.

O(n²)

Answer: (d).O(n²)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. State the worst case time complexity for quick sort.

Similar Questions

Discover Related MCQs

Q. A search technique where we keep expanding nodes with least accumulated cost so far is called

Q. Both P and NP are closed under the operation of

Q. In general, Amortization is used for specific types of algorithms like

Q. The Single Source Shortest path algorithm takes……..time.

Q. Time required to find an element at level i of a tree is

Q. What are the number of spanning trees possible from a graph containing n vertices?

Q. The best average behavior is shown by

Q. Divide and Conquer is an important algorithm design paradigm based on

Q. What is the time complexity for printing a list of n items to the screen, looking at each item once?

Q. What is the time complexity for taking a list of n items, and comparing every item to every other item?

Q. The knapsack problem is also called as…….problem.

Q. What is the (exact) solution to the travelling salesman problem using dynamic programming (c>1), where c is any constant?

Q. The time complexity for solving the traveling salesman problem via brute-force search takes

Q. The time complexity for finding an item in a sorted array using binary search is

Q. The time complexity of determining a number is odd or even is

Q. The worst case of the job sequencing with deadline is

Q. The postfix expression for the infix expression (A+B*(C+D))/ (F+D*E) is

Q. In Linked list data is stored in

Q. ......................is called self referential structure.

Q. The time complexity for evaluating a postfix expression is