Question
Download Solution PDFWhich of the following algorithm design techniques is used in the quick sort algorithm?
This question was previously asked in
ESE Electronics 2014 Paper 2: Official Paper
Answer (Detailed Solution Below)
Option 3 : Divide and conquer
Free Tests
View all Free tests >
ST 1: UPSC ESE (IES) Civil - Building Materials
6.1 K Users
20 Questions
40 Marks
24 Mins
Detailed Solution
Download Solution PDFConcept:
Quick Sort is a Divide and Conquer algorithm. It picks an element as a pivot and partitions the given array.
Important Points:
- Merge Sort is a Divide and Conquer algorithm. It divides the input array into two halves, calls itself for the two halves, and then merges the two sorted halves.
- Both Merge Sort and quicksort are based on the divide and conquer method.
Last updated on May 28, 2025
-> UPSC ESE admit card 2025 for the prelims exam has been released.
-> The UPSC IES Prelims 2025 will be held on 8th June 2025.
-> The selection process includes a Prelims and a Mains Examination, followed by a Personality Test/Interview.
-> Candidates should attempt the UPSC IES mock tests to increase their efficiency. The UPSC IES previous year papers can be downloaded here.