• 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.

    • 2.1: Introduction to Lists

    • 2.2: Implementing Lists with Arrays

    • 2.3: Overview of Stacks and Queues

      • 2.3.1: Introduction to Stacks

      • 2.3.2: Introduction to Queues

    • Unit 2 Assessment

      • View Receive a grade