D2IT-DSPM

All The Lab Practicals are Done in C++! Copy them!Compile Run them! Enjoy!! 


List Of Programs
  1. Write a program to insert a new element at end as well as at a given position in an array.
  2. Write a program to delete an element from a given whose value is given or whose position is given 
  3. Write a program to find the location of a given element using Linear Search
  4. Write a program to find the location of a given element using Binary Search
  5. Write a program to implement push and pop operations on a stack using linear array.
  6. Write a program to convert an infix expression to a postfix expression using stacks.
  7. Write a program to evaluate a postfix expression using stacks.
  8. Write a recursive function for Tower of Hanoi problem.
  9. Write a program to implement insertion and deletion operations in a queue using linear array.
  10. Write a menu driven program to perform insertion and deletion operations in a single linked list.
  11. Write a program to implement push and pop operations on a stack using linked list.
  12. Write a program to implement push and pop operations on a queue using linked list.
  13. Program to sort an array of integers in ascending order using bubble sort. 
  14. Program to sort an array of integers in ascending order using selection sort. 
  15. Program to sort an array of integers in ascending order using insertion sort.
  16. Program to sort an array of integers in ascending order using quick sort. 
  17. Program to traverse a Binary search tree in Pre-order, In-order and Post-order.
  18. Program to traverse graphs using BFS.
  19. Program to traverse graphs using DFS.


Keep iView-ing!!!
Sanjampreet Singh

Comments

Popular posts from this blog

To create an html page with frames and frameset

1. Write a program to insert a new element at end as well as at a given position in an array in Java

1. To familiarize with network devices like switch, hub, routers and bridges in LaTex