You are on page 1of 2

BIRLA VISHVAKARMA MAHAVIDYALAYA

ENGINEERING COLLEGE
(An Autonomous Institution)
Information Technology Department
AY: 2021-22, Semester-IV

CERTIFICATE

This is to certify that Mr. / Mrs. ____________________________________________________ of

Year/Sem. _________________ ID No.________________________ has satisfactorily completed

his/her term work in the subject of 2IT08: Data Structure for the term ending in the Month

___________ 2022. Number of practical certified ________________ out of ____________.

Date: / / 2022

Signature of Teacher
BIRLA VISHVAKARMA MAHAVIDYALAYA
ENGINEERING COLLEGE
(An Autonomous Institution)
Information Technology Department
AY: 2021-22, Semester-IV
DATA STRUCTURE (2IT08)

INDEX
Name: __________________________________ ID No :____________
No AIM Date Sign

1 WAP to implement addition, subtraction, transpose, multiplication


of two tow dimensional array.

2 WAP to implement insertion and deletion of an element on array.

3 WAP to implement binary search on an array.

4 WAP to implement sorting operation on an array. Perform


following sort : Bubble sort, Merge sort, Quick sort, Selection sort.
5 WAP to implement stack operations using an array.
1)PUSH 2)POP 3)PEEP 4)DISPLAY
6 WAP to implement tower of hanoi using an array.

7 WAP to implement infix to postfix and prefix expression using


stack.
8 WAP to implement Queue operation using array.
1)INSERT 2)DELETE 3)DISPLAY

9 WAP to implement singly linked list, doubly linked list, circular


linked list.
10 WAP to implement inorder to preorder and postorder transversal of
tree.
11 WAP to implement BFS and DFS of graph.

You might also like