Home work due 10/27

Unit 3 IP Help

You will now look at Stacks and Queues using linked lists. Complete the following for this assignment:

 

  1. Create a flowchart to show the process that will allow the implementation of Stack, Push, and Pop operations.
  2. Create a flowchart to show the process that will allow the implementation of Queue, Enqueue, and Dequeue operations.
  3. Write the required C# codes (and functions) to implement either a Stack or a Queuedata structure.

 

Please submit y our assignment.

This assignment will also be assessed using additional criteria provided here.

 

For assistance with your assignment, please use your text, Web resources, and all course materials.

 

Course Materials