D2IT-DSPM
All The Lab Practicals are Done in C++! Copy them!Compile Run them! Enjoy!!
List Of Programs
- Write a program to insert a new element at end as well as at a given position in an array.
- Write a program to delete an element from a given whose value is given or whose position is given
- Write a program to find the location of a given element using Linear Search
- Write a program to find the location of a given element using Binary Search
- Write a program to implement push and pop operations on a stack using linear array.
- Write a program to convert an infix expression to a postfix expression using stacks.
- Write a program to evaluate a postfix expression using stacks.
- Write a recursive function for Tower of Hanoi problem.
- Write a program to implement insertion and deletion operations in a queue using linear array.
- Write a menu driven program to perform insertion and deletion operations in a single linked list.
- Write a program to implement push and pop operations on a stack using linked list.
- Write a program to implement push and pop operations on a queue using linked list.
- Program to sort an array of integers in ascending order using bubble sort.
- Program to sort an array of integers in ascending order using selection sort.
- Program to sort an array of integers in ascending order using insertion sort.
- Program to sort an array of integers in ascending order using quick sort.
- Program to traverse a Binary search tree in Pre-order, In-order and Post-order.
- Program to traverse graphs using BFS.
- Program to traverse graphs using DFS.
Keep iView-ing!!!
Sanjampreet Singh
Comments
Post a Comment