/FEUP_DA_AquaFlow

💧 | A real-world application of the Edmonds-Karp algorithm for optimizing a water management system

Primary LanguageC++

Design of Algorithms 2023/2024

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.