Question: C++ Write your own version of a class that will create a linked list based queue of any data type. Demonstrate that class with a

C++ Write your own version of a class that will create a linked list based queue of any data type. Demonstrate that class with a driver program. Use enqueue and dequeue operations.

Write your own version of a class that will create a linked list based stack of any data type. Demonstrate that class with a driver program. Use push and pop operations.

Write a program that opens a text file and reads its contents into a stack of characters. The program should then pop the characters from the stack and save them in a second text file. The order of the characters saved in the second file should be reverse of their order in the first.

Thanks.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!