Lecture 14

Positional List (Part I)

Learning Outcomes

At the end of this lecture, you’ll be able to:

Lecture Plan

In this lecture, we'll cover the following lessons:

  1. Doubly Linked List: Introduction
  2. DLL Operation: Prepend
  3. DLL Operation: Append
  4. DLL Operation: Get
  5. DLL Operation: Delete
  6. DLL Operation: Insert After
  7. DLL Operation: Insert Before
  8. DLL Operations: Exposing Node?
  9. The Position Interface: Protecting Node!
  10. Position Interface: Return a Position!
  11. Position Interface: Receive a Position!

Lessons marked with ⚡ contain exercise/activity.

Downloads