LDS Program List
LDS Program List
LDS Program List
1. Write a C program to create, insert and delete a node in Singly Linked List.
5. Write a C program to insert an element into queue and to delete an element from queue.
6. Write a C program to implement Priority Queue and perform different operations on it.
7. Write a C program to implement linear search algorithm and find the position of given element.
8. Write a C program to implement binary search algorithm and find the position of given
element. Accept sorted array from user and search the element.
10. Write a C program to sort the given numbers using selection sort.
11. Write a C program to sort the given numbers using insertion sort.
12. Write a C program to sort the given numbers using merge sort.
14. Write a C program to write student data into a file using structure.