0% found this document useful (0 votes)
11 views2 pages

DSA Practical Index

Uploaded by

yashraj634363
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

DSA Practical Index

Uploaded by

yashraj634363
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like