(((python program)))
CS 222 02
Extra Credit Assignment 02 Chapter 03
Up to 10 Points
Due: Wednesday, April 11, 2018
The Queue that we created in class was based on the built-in List module in Python. The Queue class can also be based on the Linked List structure discussed in class. For this assignment, implement a queue using linked lists. Use the methods created for the list based queue as a guide. You will need to decide which end to set up as front and which end to set up as back. Be sure to include all the methods that are in the list based queue.
Also, write a test program to test your new queue. Be sure to include enough code to test all the methods and write the code in such a way that whoever is looking at the output (me) will be able to understand what the program is doing.
Add the following comments to the beginning of the program.
Name: Your Name
Class and Section: CS 222 02
Assignment: Extra Credit Assignment 02
Due Date: See above
Date Turned in:
Program Description: You write a short description of what the program will do
When you complete the program, do the following.
1. Turn in a printout of the source code
2. Create a folder with the following name: ECProgram 02
3. Copy your program and any related files to this folder
4. Copy the folder to the following location: I:\kopp\inbox\CS 222 02\your name where your name is a folder located in I:\kopp\inbox\CS 222 02.