Data Structures Using C Practical
"L" Scheme - Subject Code : 25245
Lab Exercise:- Write a program in ‘C’ to insert, delete an element from an array of elements. Also print the position of a particular element
- Write a program in ‘C’ to merge two sorted array elements into a single array
- Write a program in ‘C’ to create a two dimensional array with at least ten elements. Search for a particular element and print its position and address of the element.
- Write a program in ‘C’ to perform operations in stack by using array.
- Write a program in ‘C’ to convert an infix expression into postfix expression.
- Write a program in ‘C’ to evaluate a postfix expression.
- Write a program in ‘C’ to create a queue containing ten elements and perform delete and insert operations using array.
- Write a program in ‘C’ to create a singly linked list containing at least five elements. Make necessary assumptions.
- Write a program in ‘C’ to delete the first node that contains an integer data item of a single linked list.
- Write a program in ‘C’ to create and display the contents of a doubly linked list.
- Write a program in ‘C’ to create a binary tree.
- Write a program in ‘C’ for pre-order traversal of a binary tree.
- Write a program in ‘C’ for binary searching
- Write a program in ‘C’ to sort ‘N’ Numbers using Insertion sort.
- Write a program in ‘C’ to sort ‘N’ Numbers using bubble sort.
No comments :
Post a Comment