GTU IMP Question Index
GTU IMP Question Index
POLYTECHNIC
DEPARTMENT OF COMPUTER ENGINEERING
INDEX
SUBJECT NAME: DSA SEMESTER: III
SUBJECT CODE: 4330704 TERM: ODD
STUDENT NAME: ______________________________ CLASS: _________
ENROLLMENT NO.: _________________ BATCH: ________
Sr. Sign of
No.
Date List of Questions Faculty
Chapter-1
1 What is Data Structure? Give the classification of Data
Structure.
2 Define Algorithm. List features of an algorithm.
Chapter -2
Chapter-3
11 Define Stack. & Explain Push & Pop Operation of Stack.
Define Queue. Differentiate between Simple Queue and
12 Circular Queue.
Chapter -5
20 Generate a binary search tree for the following data:
34(root node),43,56,22,31,10,8
21 Explain Tree traversal operation with algorithm.
Chapter -6
22 Explain Selection sort in detail.
23 Explain Bubble sort in detail
24 Write an algorithm for Merge sort
25 Define Hashing. List various hashing techniques.