7 years ago
in Data Structure
Overall Stats
Attempted
230
Correct
50
Incorrect
49
Viewed
131
Answers
Lets Know -
4 years ago
Lets Know from Pakistan is saying X is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying X is correct answer
Mihir Shah -
4 years ago
Mihir Shah from Majalgaon, India is saying s is correct answer
Luiz Regalo Pural -
4 years ago
Luiz Regalo Pural from Philippines is saying X is correct answer
Muhammad Asghar -
4 years ago
Muhammad Asghar from Vehari, Pakistan is saying X is correct answer
Related Questions
Given two sorted lists of size m and n respectively.The number of comparisons needed in the worst case by the merge sort algorithm will be?
- [A] mn
- [B] max(m,n)
- [C] min(m,n)
- [D] m+n-1
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
The postfix expression for * + a b - c d is?
- [A] ab + cd - *
- [B] ab cd + - *
- [C] ab + cd * -
- [D] ab + - cd *