in Algorithms retagged by
18,340 views
21 votes
21 votes

Algorithm design technique used in quicksort algorithm is?

  1. Dynamic programming

  2. Backtracking

  3. Divide and conquer

  4. Greedy method

in Algorithms retagged by
18.3k views

7 Answers

28 votes
28 votes
Best answer

Answer: Option C.

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

edited by

1 comment

@Deepak Poonia sir, but there is only divide step in quicksort and no conquer step….so shouldn't it be comparison based algorithm….because this works by comparing and swapping elements using top down approach 

0
0
8 votes
8 votes

Quick sort uses Divide and Conquer.

edited by
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