This download link is referred from the post: AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University
FirstRanker's choice FirstRanker.com
Printed pages: 01 Sub Code: NCS501
Paper Id: 1036 Roll No:
--- Content provided by FirstRanker.com ---
B TECH
(SEM V) THEORY EXAMINATION 2017-18
DESIGN AND ANALYSIS OF ALGORITHMS
Time: 3 Hours Total Marks: 100
Notes: Attempt all Sections. Assume any missing data.
--- Content provided by FirstRanker.com ---
SECTION-A
1. Define/Explain the following: (2*10=20)
- Difference between Complete Binary Tree and Binary Tree?
- Difference between Greedy Technique and Dynamic programming.
- Solve the following recurrence using Master method:
--- Content provided by FirstRanker.com ---
T (n) = 4T (n/3) + n² - Name the sorting algorithm that is most practically used and also write its Time Complexity.
- Find the time complexity of the recurrence relation
T(n)= n +T(n/10)+T(7n/5) - Explain Single source shortest path.
- Define Graph Coloring.
- Compare Time Complexity with Space Complexity.
- What are the characteristics of the algorithm?
- Differentiate between Backtracking and Branch and Bound Techniques.
--- Content provided by FirstRanker.com ---
SECTION-B
--- Content provided by FirstRanker.com ---
2. Attempt any three of the following: (10×3=30)
- Solve the following By Recursion Tree Method
T(n)=n+T(n/5)+T(4n/5) - Insert the following information F,S,Q,K,C,L,H,T,V,W,M,R,N,P,A,B,X,Y,D,Z,E,G,I.
Into an empty B-tree with degree t=3. - What is Minimum Cost Spanning Tree? Explain Kruskal's Algorithm and Find MST
of the Graph. Also write its Time-Complexity
This download link is referred from the post: AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University
--- Content provided by FirstRanker.com ---
--- Content provided by FirstRanker.com ---