DS Important Questions
DS Important Questions
Questions
Unit-I
List and Discuss the various applications of single linked lists with suitable
5 i
example.
Analyze Single linked list algorithm to insert a node at the beginning and
ii
ending.
6 i Discuss the deletion procedure for Single linked lists.
Discuss how to display elements of double liked list from Left to right and right
ii
to left
7 i Illustrate the insertion procedure for Double linked lists.
ii Differentiate between array and linked list.
Explain about double linked list algorithm to insert a node at the beginning and
8 i
ending
ii Discuss the insertion procedure for Circular Single linked lists.
Unit-III(Mid-I)
13 i Define tree and explain the basic terminologies in tree with an example.
Construct a binary search tree for the following elements 75, 25, 89, 80, 20, 65,
ii
22, 10, 50 and apply delete operation
14 i Describe the memory representation of binary tree using array & linked list?
Define max heap? Implement the max for the following list of elements 5, 7,
ii
9,1,3,10,8,4.
Explain the construction of a binary search tree by inserting the element and
15 i delete operation 13,3,4,52,44,70,5,6,2,3,,9,31,6,48 in that order , starting from
an empty tree?
ii Construct an expression tree with suitable example.
16 i Explain the properties of binary tree with an example?
ii Discuss various tree traversal techniques with neat diagram?
Unit-V