Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 476 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 476 Bytes

Project-3 (Analysis of Algorithms-2, ITU)

C++ implementation of Max-flow Algorithm (Ford-Fulkerson) for a game similar to the famous Baseball Elimination Problem. In this project, the flow network is built with linked lists (somewhat inefficient) and can be improved using matrix-based graph representation for readability.