Skip to content

2026-02-18 | Dyck Graphs + Interpret Spectrums

Goal: Support Dyck Graphs + Understand Fully Connected/Star/Dyck Spectra

Summary: Finish visualization of Graph Types

Work sessions

In Out
08:00 10:00

Actionable Items:

  • Create the parent class Graph and three child classes PathGraph, StarGraph, DyckGraph; each support creating a specific type of graph and the get_adjacency_matrix function

  • Understand Path Graph, Fully Connected Graph, Star Graph, and Dyck Graph Spectra