A Java project that finds max flow of a network, which represents Santa Claus's gift distributing network, by using Dinic's Algorithm
CmpE250 Data Structures and Algorithms course project homework 2021 fall semester Bogazici University Computer Engineering Department. This project focuses on max-flow problem. You can check the homework description and test cases for details.