Question: Use C++ and make sure to test all the functions. In this task you are asked to implement and test LinkedList Queue a queue data

 Use C++ and make sure to test all the functions. In

Use C++ and make sure to test all the functions. In this task you are asked to implement and test LinkedList Queue a queue data structure using linked list. Your program has to include at least three files; A header file with your queue class, the implementation of LinkedList Queue, and a main function that tests all of your methods and operations. Your LinkedList_Queue has to include at least the following methods and operations: 1. The default constructor LinkedList Queue <:linkedlist queue maxnumber max-queue-size the copy constructor linkedlist>: :LinkedList_Queue (const LinkedList Queue&other) 3. The destructor: LinkedList Queue : :enqueue(const Node_dataType& newDataItem) 5. The operation Node_dataType LinkedList_Queue <:dequeue the operation void linkedlist queue>::clear() 7. The method bool LinkedList_Queue ::isEmpty() const 8. The method bool LinkedList Queue ::isFull() const 9. The operation Node_dataType LinkedList Queue : :getRear() 10. The method int LinkedList Queue :: getLength) const 11. The method showStructure O: void LinkedList Queue :: showStructure)const

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!