ANURAG GROUP OF INSTITUTIONS
(Autonomous)
III Year B.Tech I Semester Regular Examinations Nov/Dec 2023
DESIGN AND ANALYSIS OF ALGORITHMS
--- Content provided by FirstRanker.com ---
(Computer Science and Engineering)
Time: 3 Hours Max. Marks: 70
Note: Answer all questions from Part A and Part B.
PART - A (10 x 2 = 20 Marks)
- Define Algorithm. Explain the characteristics of an algorithm.
- What are the various asymptotic notations used in algorithm analysis?
- Write an algorithm for Binary Search.
- What is the use of divide and conquer strategy?
- Define Minimum Spanning Tree.
- What is the basic principle of the greedy approach?
- Define the single source shortest path problem.
- What is dynamic programming? List out the properties of dynamic programming.
- Define Graph Coloring.
- What is the use of Backtracking?
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---
PART - B (5 x 10 = 50 Marks)
Note: Answer any five questions.
-
a) Explain about asymptotic notations with examples. (5M)
--- Content provided by FirstRanker.com ---
b) Explain Linear and Non-Linear data structures. (5M)
-
Explain Merge Sort algorithm with an example and derive its time complexity. (10M)
-
Explain Prim’s algorithm with an example. (10M)
--- Content provided by FirstRanker.com ---
-
Explain the Dijkstra’s algorithm with an example. (10M)
-
What is 0/1 knapsack problem? Solve the following instance of the 0/1 knapsack problem using dynamic programming. (10M)
n = 3, capacity = 5
--- Content provided by FirstRanker.com ---
Items: {(1, 6), (2, 10), (3, 12)}
-
Explain the travelling salesperson problem with an example. (10M)
-
What is n-Queen’s problem? Explain the algorithm to solve the n-Queen’s problem. (10M)
--- Content provided by FirstRanker.com ---
-
Write short notes on the following: (10M)
a) NP-Hard (5M)
b) NP-Complete (5M)
--- Content provided by FirstRanker.com ---
Visit FirstRanker.com for more question papers.
This download link is referred from the post: JNTU Kakinada B-Tech 1-1 last 10 year question papers 2009 -2019 -All regulation- All branches- 1st Year 1st Sem
--- Content provided by FirstRanker.com ---