retagged by
18,432 views

7 Answers

Best answer
28 votes
28 votes

Answer: Option C.

It is one of the efficient algorithms in Divide and Conquer strategy.

edited by
7 votes
7 votes
Algorithm design technique used in quicksort algorithm is

C. Divide and conquer
6 votes
6 votes
Algorithm design technique used in quicksort algorithm is Divide And Conquer.

hence ans is (C) Divide and conquer
Answer:

Related questions

29 votes
29 votes
7 answers
1
56 votes
56 votes
8 answers
2
Kathleen asked Oct 9, 2014
31,633 views
The average number of key comparisons required for a successful search for sequential search on $n$ items is$\frac{n}{2}$$\frac{n-1}{2}$$\frac{n+1}{2}$None of the above
25 votes
25 votes
7 answers
3
khushtak asked Feb 14, 2017
7,019 views
Consider the following table:$$\begin{array}{|l|}\hline \textbf {Algorithms} & \textbf{Design Paradigms } & \\\hline \text{P. Kruskal} & \text{i. Divide and Conquer} \...
21 votes
21 votes
2 answers
4
Kathleen asked Oct 8, 2014
5,011 views
Merge sort uses:Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach