Uploaded by Prabhat Chanda

Stack & Queue Implementation Exercises

advertisement
1. Write a program to implement the following operations on the stack
 PUSH()
 POP()
 Display()
2. Write a program to convert the given decimal number to the binary number using stacks
3. Write a program to implement the following operations on the Queue
 ENQUEUE()
 DEQUEUE()
 Display()
Download