You are on page 1of 2

Department of Computer Engineering

Indus University, Ahmedabad


SUBJECT:-Data Structure SEM:-IV SUBJECT CODE:CE0317

LIST OF EXPERIMENTS

(Academic Year:2020-21)

SR. TITLE OF PRACTICAL


NO.
1 Write a program to implement following searching algorithms.

2 Write a program to implement following sorting algorithms.

3 Write a program to implement following STACK operations.

4 Write a program to convert infix expression to postfix expression.

5 Write a program to implement following QUEUE operations.

6 Write a program to implement following CQUEUE operations.

7 Write a program to implement following operations of the singly linked list


(SLL). (1) Insert a node at the front of the linked list.
8 Write a program to implement following operations of the singly linked list
(SLL). (1) Delete a first node of the linked list.
9 Write a program to implement following operations of the doubly linked list
(DLL). (1) Insert a node at the front of the linked list.
10. Write a program to implement following operations of the doubly linked list
(DLL). (1) Delete a last node of the linked list.
11. Write a program to implement stack using linked list.

12. Write a program to implement queue using linked list.

Practical Beyond Syllabus


1.

2.
Lab In charge:- Ms. Khushbu Maurya

You might also like