Lab Assignment DSA_2025
Lab Assignment DSA_2025
5. WAPIC to create a queue and perform the following using array as well as singly linked list-
a. Push b. Pop c. Traversal
6. WAPIC that uses functions to perform the following operations on a single linked list:
a. Creation b. Insertion c. Deletion d. Traversal
7. WAPIC that uses functions to perform the following operations on a double linked list:
a. Creation b. Insertion c. Deletion
8. Write a C Program that uses functions to perform the following operations on a Binary Tree
9. Write a C Program for Single Source Shortest Paths using Dijkstra’s Algorithm.
10. Write a C Program for All-Pairs Shortest Paths using Floydd’s Algorithm.