McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
Data Structures (DS)
→
Quick sort uses ____ for implementation.
Q.
Quick sort uses ____ for implementation.
A.
recursion.
B.
traversal.
C.
heaps.
D.
queues.
Answer» A. recursion.
2.8k
0
Do you find this helpful?
50
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
Selection sort and quick sort both fall into the same category of sorting algorithms._________ is that category.
The given array is arr = {1, 2, 4, 3}. Bubble sort is used to sort the array elements. How many iterations will be done to sort the array?
The given array is arr = {1,2,4,3}. Bubble sort is used to sort the array elements. How many iterations will be done to sort the array with improvised version?
The given array is arr = {1,2,3,4,5}. (bubble sort is implemented with a flag variable)The number of iterations in selection sort and bubble sort respectively are,
The time complexity of quick sort is …………..
Who invented Quick sort procedure?
Which of following data structure is more appropriate for implementing quick sort iteratively?
Quick sort is also known as ……..
The given array is arr = {3,4,5,2,1}. The number of iterations in bubble sort and selection sort respectively are,
Statement 1: Shell sort is a stable sorting algorithm. Statement 2: Shell sort is an in-place sorting algorithm.