The Graph Series
It’s easy to think of flight search as a simple lookup: given an origin and destination, return the best route. In practice, it’s anything but.
Underneath, it’s a graph with competing objectives, incomplete information, and constraints that don’t compose cleanly. This series builds that system from the ground up — and shows what breaks along the way.
Start with The Aviation Industry as a Graph Problem — everything builds from there.
Engineering an Aviation Graph: Data Structures and Design Decisions
·
Designing the structures that make route discovery possible.
This series is ongoing — future parts introduce new constraints, trade-offs, and optimisation strategies as the system evolves.


