0
1.6kviews
Data Structures Question Paper - Dec 17 - Computer Engineering (Semester 3) - Mumbai University (MU)
1 Answer
0
30views

Data Structures - Dec 17

Computer Engineering (Semester 3)

Total marks: 80
Total time: 3 Hours
INSTRUCTIONS
(1) Question No. 1 is compulsory
(2) Attempt any three questions of the remaining five questions
(3) Draw neat diagrams wherever necessary

1(a) Explain ADT. List the Linear and Non-linear data structures with example.
(5 marks) 1943

1(b) Explain B Tree and B+ Tree.
(5 marks) 2194

1(c) Write a program to implement Binary Search on sorted set of Integers.
(10 marks) 2212

2(a) Write a program to convert Infix expression into Postfix equations.
(10 marks) 2180

2(b) Explain Huffman Encoding with an example.
(10 marks) 2189

3(a) Write a program to implement Doubly Linked List. Perform the following operations.

  • (i) Insert a node in the beginning
  • (ii) Insert a node in the end
  • (iii) Delete a node from the end
  • (iv) Display the list
(10 marks) 1951

3(b) Explain Topological sorting with example.
(10 marks) 2201

4(a) Write a program to implement Quick sort. Show the steps to sort the given numbers: 25, 13, 7, 34, 56, 23, 13, 96, 14, 2
(5 marks) 00

4(b) Write a program to implement linear queue using array.
(10 marks) 00

5(a) Write a program to implement STACK using linked list. What are the advantages of linked-list over array?
(10 marks) 1956

5(b) Write a program to implement Binary Search Tree (BST), show BST for the following input: 10, 5, 4, 12, 15, 11, 3
(10 marks) 2187

Q6) Write short notes on (any two)

  • (a) AVL Tree
  • (b) Graph Traversal Techniques
  • (c) Expression Trees
  • (d) Application of Linked list - Polynomial Addition.
(5 X 4 = 20 marks) 1952
Please log in to add an answer.