Close
Register
Close Window

Masters of Engineering Bridge Course

Chapter 8 Linked Lists, Bags, Stacks, and Efficiency

Show Source |    | About   «  7.6. Bags   ::   Contents   ::   8.2. Introduction to Bags  »

8.1. Linked Chains (Pointers)

8.1.1. Objectives

Upon completion of this module, students will be able to:

  • Understand the characteristics and use of a Linked Chain of Nodes

  • Implement a Linked Chain and associated methods

  • Iterate though a Linked Chain

  • Trace the execution of Linked Chain methods

  • Compare Array-based and Linked Chain implementation

  • Practice linked chain manipulation

8.1.2. [10:51] Intro to Linked Chains of Nodes

8.1.2.1. Checkpoint 1

8.1.3. [11:31] Demo in Visualizer Video

TODO: fix URLS.

LinkedChainCode.pptx

TODO: fix URLS.

Linked Chain Java file

8.1.3.1. Checkpoint 2

8.1.4. [5:14] Contains Animation Video

TODO: fix URLS.

Contains Animation PPT

8.1.5. Unavailable

NOTE:

Above is a temporary workout I put in place that would contain the following exercises TODO. Remove this note and create the actual workout when confirmed.

When fixed this will be called: “Coding Practice: Linked Chains”

   «  7.6. Bags   ::   Contents   ::   8.2. Introduction to Bags  »

nsf
Close Window