Lecture – Queue and Stack

Prerequisites

Part of a 3 part series on collections available at Topic – Using Collection Classes

Summary

Topics covered in this video;

-Queues
-Stacks
-Push
-Pop
-Peek
-Dequeue

Video 

Reference Materials

QueueExample.aspx Interface Code

QueueExample.aspx.cs

StackExample.aspx Interface Code

StackExample.aspx.cs

Additional Information

COP 4834 Lectures Page