8.4. Introduction to Stacks¶
8.4.1. Objectives¶
Upon completion of this module, students will be able to:
Describe the Stack Abstract Data Type/Data Structure and the characteristics of a Stack
Implement Stacks in Java using an Array-Based or Linked-Chain approach
Develop and use Stack methods
Test the functionality of Stack
Evaluate a range of applications / use cases to determine if use of the Stack Data Structure is appropriate
8.4.1.1. Suggested Reading¶
Chapters 5 - 6 Bags from Data Structures and Abstractions with Java, 4th edition by Frank M. Carrano and Timothy Henry
8.4.2. Introduction to Stacks¶
8.4.2.1. [11:32] Introduction to Stacks Video¶
TODO: fix URLS.
TODO: fix URLS.
TODO: fix URLS.
This `link <>`_ will direct you to the steps to `download and import <>`_ previously written code into the Eclipse environment.