You are on page 1of 2

INDEX

Serial Experiment Name Date of Date of Signature / Remark


no. Execution Submission

Write a C program to Sort the given 13/9/2023 13/9/2023


1. elements in Ascending order using
Bubble Sort.

Write a C program to Sort the elements 20/9/2023 20/9/2023


2. using Insertion Sort Technique.

Write a C program to Sort given 27/9/2023 27/9/2023


3. elements using Selection sort largest
element method.

Write a C program to sort given 4/10/2023 4/10/2023


4. elements using Selection sort smallest
element method.

Write a C program to Sort given 11/10/2023 11/10/2023


5. elements using Merge sort.

C program to Sort given elements using 18/10/2023 18/10/2023


6. Quick sort.

Write a C program to Search an 27/10/2023 27/10/2023


7. element using Linear Search process.

Write a C program to Search an 1/11/2023 1/11/2023


8. element using Binary Search process.

Write a C program to implement 8/11/2023 8/11/2023


9. different Operations on Stack using
Arrays.

Implement different Operations on 22/11/2023 22/11/2023


10. Queue using Arrays.

Implementation of Circular Queue 22/11/2023 22/11/2023


11. using Arrays.

Write a C program to implement 29/11/2023 29/11/2023


12. different Operations on Stack using
Linked Lists.

Write a C program to implement 6/12/2023 6/12/2023


13. different Operations on Queue using
Linked Lists.

Implementation of Circular Queue 13/12/2023 13/12/2023


14. using Linked List.
To implement binary tree using 20/12/2023 20/12/2023
15. Arrays.

To implement binary tree using 27/12/2023 27/12/2023


16. linked list.

Binary tree traversals using 3/1/2024 3/1/2024


17. linked list – Recursive.

Binary tree traversal using linked 3/1/2024 3/1/2024


18. list - Non-Recursive.

To implement Binary Search Tree 5/1/2024 5/1/2024


19. using Arrays.

To implement binary search tree 5/1/2024 5/1/2024


20. using Linked List.

10/1/2024 10/1/2024
21. Operations on BST.

12/1/2024 12/1/2024
22. Breadth First Search (BFS).

17/1/2024 17/1/2024
23. Depth First Search (DFS).

Minimum spanning tree - 17/1/2024 17/1/2024


24. Kruskal’s Algorithm.

Minimum spanning tree - Prim's 19/1/2024 19/1/2024


25. algorithm.

Dijkstra's Shortest path 24/1/2024 24/1/2024


26. algorithm.

You might also like