Engineering an Aviation Graph: Data Structures and Design Decisions
The Graph Series, part 2
The full code for Skymesh is publicly available at https://github.com/adriangabardo/skymesh
This article’s code specifically is available at https://github.com/adriangabardo/skymesh/releases/tag/v2.0.0
Overview
The first article in The Graph Series framed the aviation industry as a graph problem: airports as nodes, flights as edges, and routing as constrai…


