INDEX
S.No Name of Practical Page No. Date of Faculty Signature
Completion
1 WAP for implementation of stack using Array
2 WAP for implementation of Queue using Array
3 WAP for implementation of stack using Linked list
4 WAP for creation and implementation of linked list
5 WAP for insertion in singly linked list from beginning,
end any position .
6 WAP for creation and implementation of doubly linked list
7 WAP to search an element using linear search
8 WAP to search an element using Binary search
9 WAP to sort a list of numbers using bubble sort
10 WAP to sort a list of numbers using selection sort
11 WAP to sort a list of numbers using insertion sort
12 WAP to sort a list of numbers using Quick sort
13 WAP for implementation of addition of two polynomials
Using Linked List.
14 WAP to sort a list of numbers using recursive function
15 WAP to sort a list of numbers using non recursive function
16 WAP in C to create a 2D array and display it.
17 WAP in C to implement the push and pop operation
using array in stack.
18 WAP to convert infix into postfix expression using stack.
19 WAP for insertion, deletion and traversing in double
ended Queue.
20 WAP for insertion an element using circular Queue.