IGNOU BCS-042 QUESTION PAPER WITH SOLUTION FOR EXAM PREPARATION

1. Define what is an optimization problem? Give any two examples of optimization problems with proper explanations.

2. Write summation formula for arithmetic and geometric series.

3. Define Tower of Hanoi problem as a recurrence relation problem and solve it through a recurrence tree. 

4. Why do we study algorithm?

5. What is Master Method? Write all the three cases of Master Method to solve the following recurrence relation:
T(n) = aT (n/b) + f(n) and explain. 

6. Write Insertion Sort algorithm. Explain best case and worst case time complexity of the algorithm.



You may also like...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

error: Content is protected !!