Hierarchical Data Structures

Create and Navigate Tree-Based Data
Published

April 7, 2025

Exploration

Activities

  • Tuesday: Hierarchical Data Structures
    • Explore how to implement the Tree data structure
    • Learn how to calculate characteristics of a tree like height and depth
    • Learn how to traverse a tree in different ways like pre-order and post-order
    • Examine Python source code segments to illustrate key points
  • No class on April 7, April 10, and April 11

Slides

Full Screen: Week Thirteen: Hierarchical Data Structures

Back to top