You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algorithms and Data Structures a comprehensive collection of fundamental Algorithms and Data structures organized into various categories to cater to the needs of software engineers and computer science students.
Goal of this academic project is to implement the Breadth First Search, Ford-Fulkerson Network flow algorithm and use it to solve the Circulation with Demands problem.
In this project gifts are distributed via different vehicles which difference sizes. This project actually models the implementation of a network flow. The program tries to find a solution to distribute all the gifts without excessing vehicle capacities based on Ford-Fulkerson's max flow algorithm.