DS10 marks - updated
DS10 marks - updated
ENGINEERING
(Autonomous)
Karakambadi Road, TIRUPATI – 517507
Bloom’s
Unit – 1 COs
Level
1 Discuss about the efficiency and analysis of the algorithms L1 CO1
and explain about time complexity and space complexity
with example?
2 Demonstrate Insertion sort with implementation Program L2 CO2
4 Explain about sorting and its types and sort the given L2 CO2
elements using selection sort
77,33,44,11,88,22,66,55
(or)
Explain about sorting and its types and sort the given
elements using Insertion sort
77,33,44,11,88,22,66,55
(or)
Explain about sorting and its types and sort the given
elements using Merge sort
77,33,44,11,88,22,66,55
(or)
Explain about sorting and its types and sort the given
elements using Quick sort
77,33,44,11,88,22,66,55
5 Define Linear Search Algorithm and write a C program to L4 CO2
perform Linear search?
Unit – 2
1 Explain about Singly linked list and its operations L1 CO2
Unit-3
1 Demonstrate the Implementation of Queue L2 CO2
L3 CO3
Unit-4
1 What is Binary Tree Implement various operations on Binary L2 CO4
Tree with neat example.
2 Construct a Binary Search Tree (BST) for the following L3 CO4
sequence of numbers-
50, 70, 60, 20, 90, 10, 40, 100
3 How balance factor is ensured using rotations in AVL Trees L2 CO4
Explain all possible cases with examples.
4 Construct a Min-Heap tree from the following elements L4 CO4
15,17,6,19,11,10,13,20,8,4,12
(or)
Construct a Max-Heap tree from the following elements
15,17,6,19,11,10,13,20,8,4,12
5 Construct AVL Tree with data items: “a,b,c,d,e,f,g,h,i,j,k”.
(or)
3 Explain about the Dijkstra’s Shortest path algorithm and L1&L3 CO5
find the shortest path form the following graph
4. What is the data structure that is used to implement DFS and L3 CO5
demonstrate the algorithm.
5. Explain about the Adjacency Matrix and design a Adjacency L5 CO5
Matrix from the following graph