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.
Star…

