Close
Close Window

Masters of Engineering Bridge Course

Chapter 18 Linked Chains and Pointers

Show Source |    | About   «  1. Introduction to Stacks   ::   Contents   ::   1. Ethics  »

1. Linked Chains (Pointers)

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

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

1.2.1. Checkpoint 1

1.3. [11:31] Demo in Visualizer Video

TODO: fix URLS.

LinkedChainCode.pptx

TODO: fix URLS.

Linked Chain Java file

1.3.1. Checkpoint 2

1.4. [5:14] Contains Animation Video

TODO: fix URLS.

Contains Animation PPT

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”

   «  1. Introduction to Stacks   ::   Contents   ::   1. Ethics  »

nsf
Close Window