MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
Quicksort Multiple Choice
→
(MCQs) 1
→
What is the worst case time complexity of the Quic...
1.
What is the worst case time complexity of the Quick sort?
A.
O(nlogn)
B.
O(n)
C.
O(n<sup>3</sup>)
D.
O(n<sup>2</sup>)
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Quick sort is a space-optimised version of ____
Which one of the following sorting algorithm is best suited to sort an array of 1 million elements?
A machine needs a minimum of 200 sec to sort 1000 elements by Quick sort. The minimum time needed to sort 200 elements will be approximately __________
Consider the Quick sort algorithm which sorts elements in ascending order using the first element as pivot. Then which of the following input sequence will require a maximum number of comparisons when this algorithm is applied on it?
Consider the Quick sort algorithm in which the partitioning procedure splits elements into two sub-arrays and each sub-array contains at least one-fourth of the elements. Let T(n) be the number of comparisons required to sort array of n elements. Then T(n)<=?
Quick sort is a stable sorting algorithm.
The best case behaviour occurs for quick sort is, if partition splits the array of size n into __________
Apply Quick sort on a given sequence 7 11 14 6 9 4 3 12. What is the sequence after first phase, pivot is first element?
What is the worst case time complexity of the Quick sort?
Quick sort is a __________
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies