ADS&AA Assignment Questions_Students Copy
ADS&AA Assignment Questions_Students Copy
(Autonomous)
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING-ARTIFICIAL INTELLIGENCE
ASSIGNMENT QUESTIONS
List of
Blooms
Assignment Course
Unit Q.No. Taxonomy
Question Outcomes
Level
Mapped
I 1 What are the 3 K2 CO1
types of measuring
time complexity of
a Program? Give
examples.
I 2 Define Balance K2 CO1
Factor of an AVL
Tree. Give reasons
why an AVL tree
is better than a
BST.
I 3 List the properties K2 CO1
of B-Tree.
I 4 Outline the K3 CO1
mechanism of
deletion operation
in an AVL Tree
with a suitable
example.
I 5 Write the process K3 CO1
of insertion
operation in a B-
Tree.
I 6 Summarize the K2 CO1
various types of
rotations in an
AVL tree with an
example for each
type of rotation.
II 1 Write the K2 CO2
properties of a max
heap and min heap
and give an
example.
II 2 Write the K2 CO2
algorithm for DFS
with an example.
II 3 Describe Merge- K2 CO2
sort with an
example.
II 4 Explain about bi- K3 CO2
connected
components. Give
an example.
1
PRAGATI ENGINEERING COLLEGE
(Autonomous)
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING-ARTIFICIAL INTELLIGENCE
2
PRAGATI ENGINEERING COLLEGE
(Autonomous)
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING-ARTIFICIAL INTELLIGENCE
and bound.
IV 5 Solve the 0/1 K2 CO4
Knapsack problem
using fundamentals
of Branch and
Bound.
IV 6 Describe how the K3 CO4
solution to
Travelling
Salesperson
problem is
provided by
Branch and Bound
method
V 1 Bring out the K2 CO5
differences
between NP Hard
and NP complete
problems.
V 2 Explain Cook’s K2 CO5
theorem.
V 3 Discuss regarding K3 CO5
the Clique
Decision Problem
(CDP)
V 4 Explain about K3 CO5
Chromatic Number
Decision Problem
(CNDP)
V 5 Explain the Job K3 CO5
Shop Scheduling
problem and its
possible solution.
V 6 Solve the issue of K3 CO5
Scheduling
Identical
Processors
modeling it as NP-
Hard Scheduling
problem.