Chat with us, powered by LiveChat Data Structures and Algorithms in C++ | WriteDemy

Question Description

Queue and Linked Lists

Due: September 23, 2018 11:59pm

Description: use C++

For this programming assignment, you will implement a Queue whose size can grow as elements are inserted into the queue.You will build three different implementations of this Queue.Two of these implementations will be array-based.Each of these two should take an initial capacity for the queue in the constructor.The only difference between these implementations will be what happens when the Queue is full.For the first implementation, ArrayQueue, you should increase the size of the array by a constant amount.For the second implementation, DoublingArrayQueue, you should double the size of the array.Finally, for the third implementation, you should implement a Queue using a Linked List.

You will now time your three implementations.For each version of your queue, enqueue a large amount of random numbers onto the queue (e.g. 10 million).Time how long this takes using the StopWatch class we provided (eCampus).However, you should measure the total time at fixed intervals (e.g. every 10000 enqueue operations).For the array-based implementations, you should start with some small capacity significantly smaller than the maximum number of enqueue operations.For the ArrayQueue, your increment amount should also be significantly smaller than the number of enqueue operations.You will then graph the times for the three implementations.This process will allow you to see how your choice of implementation can affect performance.

Coding Portion (50 Points):

  • Start with the following template: Queue.h , and create three versions of the Queue (using templates for the type of object) filling in all of the member functions.
  • For the Linked List, you will need to implement another class for the nodes in the Linked List.
  • Be sure to test the correctness of your algorithms and implementations.
  • Your code will be graded based on whether or not it compiles, runs, produces the expected output, produces correct output, whether or not your experimental setup is correct, and your coding style (does the code follow proper indentation/style and comments).
  • ALL FILES NEEDED ARE ATTACHED IN THE ZIP FILE.

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Place Order” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order