Overall Stats
Attempted
243
Correct
30
Incorrect
76
Viewed
137
Answers
Poonam Singla -
6 years ago
Queue can be used to implement heap sort..not for quick sort.this is implemented by stack
-
Log in to add a comment
Lets Know -
4 years ago
Lets Know from Pakistan is saying heap sort is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying insertion sort is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying insertion sort is correct answer
Mihir Shah -
4 years ago
Mihir Shah from Majalgaon, India is saying heap sort is correct answer
Related Questions
You can make telephone calls over the Internet using a technology called
- [A] Intertel
- [B] Telenet
- [C] VoIP
- [D] VoRP
Merge sort uses ?
- [A] Divide and conquer strategy
- [B] Backtracking approach
- [C] Heuristic search
- [D] Greedy approach
Which one of the following permutations can be obtained the output using stack assuming that the input is the sequence 1,2,3,4,5 in that order ?
- [A] 3,4,5,1,2
- [B] 3,4,5,2,1
- [C] 1,5,2,3,4
- [D] 5,4,3,1,2
Which of the following algorithm design technique is used in the quick sort algorithm?
- [A] Dynamic programming
- [B] Backtracking
- [C] Divide and conquer
- [D] Greedy method