Implementing queue using linked list-first and last pointer


Question 1) Use a linked list to implement the queue, with a "first" and a "last" pointer in the private data portion of the queue class.
Implement the following in the code:

Add 10
Add 20
Add 30
Add 40
Display front
Remove
Add 50
Add 60
Add 70
Add 80
Add 90
Add 100
Display front
Remove
Display front
Remove
Dispaly front
Remove
Add 110
Display front
Remove
Display front
Remove
Display front

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Implementing queue using linked list-first and last pointer
Reference No:- TGS04648

Expected delivery within 24 Hours