Description
- Create a flowchart to show the process that will allow the implementation of Stack, Push, and Pop operations. (Flowchart for each method in the stack : Stack, push, pop,)
- Create a flowchart to show the process that will allow the implementation of Queue, Enqueue, and Dequeue operations. (Flowchart for each method in the queue : Queue, enqueue, dequeue)
- Write the required C# codes (and functions) to implement either a Stack or a Queuedata structure. (Stack or queue C# code that is different from the textbook (p. 72)- Full code) Print Screen the output (print screens)