1
Spring 2013 Master of Computer Application (MCA) Semester 4 MC0080 Analysis and Design of Algorithms4 Credits (Book ID: B0891) (60 Marks) Answer all Questions Each Question carries TEN Marks 1. Describe the following: o Well known Sorting Algorithms (5) o Divide and Conquer Techniques (5) 2. Explain in your own words the different asymptotic functions and notations. 3. Describe the following: o Fibonacci Heaps (5) o Binomial Heaps (5) 4. Discuss the process of flow of Strassen’s Algorithm and also its limitations. 5. How do you formulize a greedy technique? Discuss the different steps one by one? 6. Briefly explain the Prim’s algorithm.

MC0080 Assignment Spring 2013

Embed Size (px)

Citation preview

Page 1: MC0080 Assignment Spring 2013

Spring 2013

Master of Computer Application (MCA) – Semester 4

MC0080 – Analysis and Design of Algorithms– 4 Credits

(Book ID: B0891)

(60 Marks)

Answer all Questions Each Question carries TEN Marks

1. Describe the following:

o Well known Sorting Algorithms (5)

o Divide and Conquer Techniques (5)

2. Explain in your own words the different asymptotic functions and notations. 3. Describe the following:

o Fibonacci Heaps (5) o Binomial Heaps (5)

4. Discuss the process of flow of Strassen’s Algorithm and also its limitations. 5. How do you formulize a greedy technique? Discuss the different steps one by one? 6. Briefly explain the Prim’s algorithm.