All posts from

CS502 Data Structure & Algorithm B.Tech Question Paper : wbut.ac.in

Name of the University : West Bengal University of Technology
Department : Biomedical Engineering
Degree : B.Tech
Sem : V
Subject Code/Name : CS502/Data Structure And Algorithm
Website : wbut.ac.in
Document Type : Previous Year Examination Question Paper

Download Model/Sample Question Paper :
2009 : https://www.pdfquestion.in/uploads/qpaper.wbut.ac.in/6525-2009CS–502.pdf
2010 : https://www.pdfquestion.in/uploads/qpaper.wbut.ac.in/6525-2010CS-502%20_%202%20copy_.pdf
2011: https://www.pdfquestion.in/uploads/qpaper.wbut.ac.in/6525-2011CS-502.pdf
2012 : https://www.pdfquestion.in/uploads/qpaper.wbut.ac.in/6525-2012CS-502(1).pdf

WBUT Data Structure & Algorithm Question Paper

Time Allotted : 3 Hours
Full Marks : 70
** The figures in the margin indicate full marks.
** Candidates are required to give their answers in their own words as far as practicable.

Related : West Bengal University of Technology BME505 Communication Circuits & Systems B.Tech Question Paper : www.pdfquestion.in/6524.html

GROUP – A

( Multiple Choice Type Questions )
1. Choose the correct alternatives for the following : 10 * 1 = 10
i) Complexity of the Binary search algorithm is
a) O ( n ) b) O ( 2 n )
c) O ( log 2 n ) d) O ( n 2 ).

ii) Hashing is a method of
a) sorting b) searching
c) inserting d) deleting.

iii) No. of elements present in queue is
a) Rear + Front – 1 b) Rear – Front – 1
c) Rear – Front + 1 d) Rear + Front.

iv) The maximum number of nodes possible in a complete binary tree of height ‘n’ is
a) 2n + 1 b) 2n – 1
c) 2 + 6n d) 2 n – 1.

v) With every use of a memory allocation function, which function should be used to deallocate the memory which is no longer needed ?
a) release ( ) b) free( )
c) mallo( ) d) callo ( ).

vi) Which data structure is used for BFS of graph ?
a) Stack b) Queue
c) Linked list d) Both (a) & (b).

vii) For Bubble sort if number of elements is 8 then what isthe number of comparisons needed to sort the list ?
a) 28 b) 25
c) 26 d) 27.

viii) The tree traversal technique in which the root is traversed before its children is known as
a) post-order b) pre-order
c) in-order d) last-order.

ix) A linear list in which elements can be added or removed at either end but not in the middle is known as
a) queue b) dequeue
c) stack d) graph.

x) The in -order traversal of a Binary search tree producesthe numbers in …………………….. order.
a) ascending b) descending
c) reverse d) none of these.

GROUP – B

( Short Answer Type Questions )
Answer any three of the following. 3 8 5 = 15
2. What do you mean by Data Structure ? Briefly explain the classification of Data structure. 2 + 3
3. What is time complexity ? Explain the significance of 0, ?, O notations. 2 + 3
4. Write down the differences between Breadth-First Search ( BFS ) and Depth-First-Search ( DFS ) with a suitable example.
5. a) What is connected graph ? Describe the linked representation of graph. 1 + 2
b) What are the advantages of linked list over array ? 2
6. What are the complexities ( best & worst case ) for the following ?
a) Quick sort
b) Binary search
c) Insertion sort.

GROUP – C

( Long Answer Type Questions )
Answer any three of the following. 3 8 15 = 45
7. a) Define queue.
b) Explain the limitation of linear queue insertion operation & explain the solution with insertion algorithm or c code.
c) Define priority queue.
d) Compare and contrast different hash functions. 2 + 5 + 2 + 6

8. a) Write the code to create and display the node of a linked list.
b) Write an algorithm or c function to insert a node at beginning & end position of a circular linked list.
c) Represent the following polynomial by linked list ( show the diagram only ) : 10x 8 – 9x 5 + 3x 3 + 2x 2 – 8x – 5 .
d) What is doubly linked list ? Write an algorithm or c function to insert a node after a particular node in a doubly linked list. 2 + 5 + 2 + ( 1 + 5 )

9. a) What is binary search tree ?
b) Construct an expression tree for the expression : E = ( ?x + y – z ) / ( 5a * 3b / 6c ) .
c) Write down the algorithms or c functions for PUSH & POP operations on stack.
d) The pre-order and in-order traversal sequences of nodes in a binary tree are given below :
Pre-order — M A D H U S M I T A
In-order — M A D H U S M I T A
Construct the binary tree and state the logic to construct the tree. 2 + 2 + 6 + ( 3 + 2 )

10. Write short notes on any three of the following : 3 8 5
a) Threaded Binary Tree
b) Hashing Function
c) B Tree
d) Digraph
e) Inverted file
f) AVL Tree.

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap