This repository contains a real-world application of the Edmonds-Karp algorithm implemented in C++. The graph used in this application includes source nodes (water sources), intermediate nodes (pumping stations), and final receivers (cities). It utilizes two datasets from Portugal's water management information.
The creation of this program is part of the curriculum for the Algorithm Design course.