0% found this document useful (0 votes)
1 views1 page

Index Ds

The document lists a series of programming assignments (WAP) focused on data structures and algorithms, including operations on arrays, linked lists, stacks, queues, and tree traversals. It also covers sorting algorithms and expression evaluations. Each entry includes a brief description of the task and a space for date and remarks.

Uploaded by

Pseudo09
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)
1 views1 page

Index Ds

The document lists a series of programming assignments (WAP) focused on data structures and algorithms, including operations on arrays, linked lists, stacks, queues, and tree traversals. It also covers sorting algorithms and expression evaluations. Each entry includes a brief description of the task and a space for date and remarks.

Uploaded by

Pseudo09
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/ 1

SNo.

Experiment Date Remark

1 WAP to implement arrays (insert, delete, and


traverse).

2 WAP to find the sum and mean of a 1-D array

3 WAP to display the largest and smallest elements of


an array

4 WAP to implement a matrix and its functions

5 WAP to implement linked list and its functions

6 WAP to implement a stack

7 WAP to implement a queue and its operations

8 WAP to convert an infix expression to a postfix


expression

9 WAP to evaluate postfix, prefix expressions

10 WAP for preorder, inorder, and postorder traversal of


a binary tree

11 WAP to perform linear and binary search

12 WAP to perform insertion sort using an array

13 WAP to implement selection sort using an array

14 WAP to implement bubble sort using an array

15 WAP to implement merge sort using an array

16 WAP to implement heap sort using an array

You might also like