Implementing a flight search engine
Graph traversal with an IDFFS algorithm
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/v3.0.1
Overview
In previous articles in the series, we described the abstract idea of what we were trying to achieve, then laid the foundations for ingesting aviat…


