0% found this document useful (0 votes)
20 views3 pages

Sorif

The document lists a series of Data Structures and Algorithms (DSA) lab questions, each with a corresponding page number and date. The tasks include writing programs for basic operations on arrays, matrices, linked lists, stacks, queues, and various sorting and searching algorithms. Additionally, it includes tasks for implementing tree traversal methods.
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)
20 views3 pages

Sorif

The document lists a series of Data Structures and Algorithms (DSA) lab questions, each with a corresponding page number and date. The tasks include writing programs for basic operations on arrays, matrices, linked lists, stacks, queues, and various sorting and searching algorithms. Additionally, it includes tasks for implementing tree traversal methods.
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/ 3

CONTENT

Qn
no DSA lab Questions Pg no Date Sign

1. Write a program to print "Hello World". 28/11/24

Write a program to print the elements of an


2. 28/11/24
array

Write a program to find the position of an


3. 28/11/24
element in an array.

Write a program to insert an element into an


4. 28/11/24
array

Write a program to delete an element from an


5. 28/11/24
array.

6. Write a program to multiply two 2D matrices 28/11/24

Write a program to find the transpose of a 2D


7. 28/11/24
matrix.

8. Write a program to implement a linked list (LL). 28/11/24

Write a program to implement a stack using a


9. 28/11/24
linked list.

Write a program to implement a stack using an


10. 28/11/24
array

Write a program to convert an infix expression


11. 05/12/24
toa postfix expression.

Write a program to evaluate a postfix


12. 05/12/24
expression-single digit.

Write a program to implement a queue using


13. 05/12/24
array

Write a program to implement a queue using


14. 05/12/24
Linked list.
Qn
no DSA lab Questions Pg no Date Sign

Write a program to implement a circular queueusing an


15. 05/12/24
array

Write a program to implement a circular queueusing a


16. 05/12/24
linked list

17. Write a program to perform binary search on anarray 05/12/24

18. Write a program to perform linear search on anarray 05/12/24

19. Write a program to implement the bubble sortalgorithm 05/12/24

Write a program to implement the selection sort


20. 05/12/24
algorithm

Write a program to implement the insertion sort


21. 05/12/24
algorithm

22. Write a program to implement the merge sort algorithm. 05/12/24

23. Write a program to implement the quick sort algorithm. 05/12/24

Write a program to implement the counting sort


24. 05/12/24
algorithm.

25. Write a program to implement the bucket sort algorithm. 05/12/24

26. WAP to implement the Radix Sort.

WAP to create a binary tree and perform preorder,


27. postorder and inorder traversal.
.

You might also like