Graph Structures

Create a Data Structure for Linked Data
Published

April 21, 2025

Exploration

Activities

  • Tuesday and Thursday: Graph Structures
    • Explore how to implement the Graph and Digraph data structures
    • Understand the adjacency list and adjacency matrix representations
    • Examine Python source code segments to illustrate key points
  • Friday: Continue algorithm engineering project seven (see the prior week for details about this project) and take algorithm engineering skill-check four

Slides

Full Screen: Week Fifteen: Graph Structures

Back to top