• Unit 2: Introduction to Stacks and Queues

    This unit will introduce you to two basic Data Structures--Stacks and Queues--and identify the operations that must be provided with each Stack and Queue implementation. Students will also learn how arrays and circular arrays can be used to implement a Stack and a Queue and discuss the advantages and disadvantages of their use.

    Completing this unit should take approximately 3 hours.

    • Unit 2 Assessment