FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download Mumbai University (MU) MCA 2019 May 2nd Sem 54701 Data Structures Question Paper

Download MU-(University of Mumbai or University of Bombay) MCA (Master of Computer Application) 2019 May 2nd Sem 54701 Data Structures Previous Question Paper

This post was last modified on 05 February 2020

MU-Mumbai University M.Sc IT Last 10 Years 2010-2020 Question Papers || University of Mumbai


Code: 54701 / Data Structures

Firstranker's choice FirstRanker.com

[Total Marks: 100]

--- Content provided by‌ FirstRanker.com ---

(3 Hours)

N.B.: 1) Question No.1 is compulsory.

2) Attempt any four from the remaining questions.

  1. (a) Write an algorithm for the following (10)
    1. Insert a node in sorted Linked List
    2. Delete first node from the Linked List.
    3. --- Content provided by‍ FirstRanker.com ---

  2. (b) What is a stack? Give algorithm to push and pop element in stack. List the (10) applications of stack.
  3. (a) Inorder and post order traversal of a binary tree are as follows (10)

    Preorder ABDG CEHIF

    Inorder DGBAHEICF

    Show a step wise reconstruction of the binary tree

    --- Content provided by​ FirstRanker.com ---

  4. (b) For circular queue write algorithms to (10)
    1. Insert an element in the queue
    2. Search for an element in the queue
  5. (a) Write Short notes on (10)
    1. Analysis of Algorithm
    2. --- Content provided by⁠ FirstRanker.com ---

    3. Priority Queue
  6. (b) Consider the following list of numbers: 67, 12, 89, 26, 38, 45, 22, 79, 53, 9, 61 (10)

    Sort these numbers using heap sort

  7. (a) What is minimum spanning-tree? Write Kruskal’s algorithm to find minimum (10) spanning tree and determine minimum spanning tree of the following graph
  8. --- Content provided by​ FirstRanker.com ---

  9. (b) Explain Graph and its terminology also explains in brief adjacency matrix and (10) adjacency list for Graph Storage.
  10. (a) What is Huffman Coding? Given the set of symbols and corresponding (10) frequency table as below, explain the steps to find Huffman Code
    Symbol Frequency
    A 20
    B 10
    C 10
    D 30
    E 30
  11. (b) Hash the following in a table of size 11. Use linear probing and quadratic (10) probing collision resolution techniques:

    23,55, 10, 71, 67, 32, 100, 18, 10, 90, 44.

  12. --- Content provided by⁠ FirstRanker.com ---

  13. (a) Define B-tree. Construct B-tree of order 4 with following data (10)

    5,3,21,9,1,13,2,7,10, 12,4, 8

  14. (b) Write a short note on (10)
    1. Binary Search Tree
    2. Doubly linked list
  15. --- Content provided by‌ FirstRanker.com ---

  16. (a) What is AVL tree? Construct AVL tree for the following data. Mention the type (10) of rotation for each case. 50, 25, 10, 5, 7, 3, 30, 20, 8, 15
  17. (b) Give BFS and DFS traversal of the following graph (10)


--- Content provided by‌ FirstRanker.com ---

This download link is referred from the post: MU-Mumbai University M.Sc IT Last 10 Years 2010-2020 Question Papers || University of Mumbai