Design and Analysis of Algorithms MCQs | Page - 3
Dear candidates you will find MCQ questions of Design and Analysis of Algorithms here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
M
Q. Is Coppersmith-Winograd algorithm better than Strassen’s algorithm in terms of time complexity?
M
Q. Which of the following statement is true about stack?
M
Q. What is the space complexity of program to reverse stack recursively?
M
Q. Stack can be reversed without using extra space by
M
Q. Which of the following is considered as the top of the stack in the linked list implementation of the stack?
M
Q. Tower of hanoi problem can be solved iteratively.
M
Q. Minimum time required to solve tower of hanoi puzzle with 4 disks assuming one move takes 2 seconds, will be
M
Q. How many cases are there under Master’s theorem?
M
Q. What is the result of the recurrences which fall under second case of Master’s theorem (let the recurrence be given by T(n)=aT(n/b)+f(n) and f(n)=nc?
Jump to