0% found this document useful (0 votes)
57 views1 page

WWW - Manaresults.Co - In: Design and Analysis of Algorithms

This document is a past exam paper for the Design and Analysis of Algorithms course. It consists of two parts: Part A with short answer questions and Part B with longer answer questions. Part A asks students to define key algorithm concepts like characteristics of algorithms, divide and conquer strategy, single source shortest path problem, and more. Part B asks students to write algorithms or analyze complexity for problems like binary search, merge sort, Prim's algorithm, knapsack problem, and others.

Uploaded by

Sai Deepthi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views1 page

WWW - Manaresults.Co - In: Design and Analysis of Algorithms

This document is a past exam paper for the Design and Analysis of Algorithms course. It consists of two parts: Part A with short answer questions and Part B with longer answer questions. Part A asks students to define key algorithm concepts like characteristics of algorithms, divide and conquer strategy, single source shortest path problem, and more. Part B asks students to write algorithms or analyze complexity for problems like binary search, merge sort, Prim's algorithm, knapsack problem, and others.

Uploaded by

Sai Deepthi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Code No: RT32054 R13 SET - 1

III B. Tech II Semester Supplementary Examinations, November/December - 2016


DESIGN AND ANALYSIS OF ALGORITHMS
(Common to CSE and IT)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answering the question in Part-A is compulsory
3. Answer any THREE Questions from Part-B
*****

PART –A
1 a) What are the characteristics of an algorithm? [3M]
b) Define Divide & Conquer Strategy. [3M]
c) Explain about single source shortest path problem. [4M]
d) Differentiate between greedy method and dynamic programming. [4M]
e) Define graph coloring [4M]
f) Explain about Branch and Bound method. [4M]
PART –B
2 a) Compare time complexity with space complexity? [8M]
b) Write the pseudo code for expressing algorithms. [8M]

3 a) Write and explain recursive binary search algorithm. [8M]


b) Derive the time complexity of merge sort. [8M]

4 a) Write with an example of Prim’s algorithm. [8M]


b) Write a greedy algorithm for sequencing unit time jobs with dead lines and profits. [8M]
5 a) Explain Optimal Binary Search tree. [8M]
b) Solve the following instance of 0/1 Knapsack problem using Dynamic [8M]
programming
n = 3; (W1, W2, W3) = (3, 5, 7); (P1, P2, P3) = (3, 7, 12); M = 4.

6 a) Discuss Sum of subset problem. [8M]


b) Discuss about n-queen problem. [8M]

7 a) Explain FIFO Branch and Bound solution. [8M]


b) Explain 0/1 Knapsack problem with respect to branch and bound method. [8M]

*****

WWW.MANARESULTS.CO.IN
|''|'''||''||'''||||

You might also like