Design & Analysis of Algorithms Quiz
Design & Analysis of Algorithms Quiz
Design & Analysis of Algorithms Quiz
Quiz
Q1.What is the advantage of selection sort over any other sorting techniques.
a.It requires no additional storage.
b.It is scalable.
c. It works best for input which are already sorted.
d. It is faster than any other sorting technicque.
Q4.In recursion the condition for which the function will stop calling itself is
a. Best case b. worse case c. base case d. there is no such condition.
Quiz Answers
1. A
2. D
3. B
4. C
5. B
6. D
7. C
8. C
9. E
10. E