An open API service indexing awesome lists of open source software.

https://github.com/lastaapps/ctu-ag2-progtest

My solutions for the problems given in the Algorithms and Graphs subject at CTU FIT in 2022/2023.
https://github.com/lastaapps/ctu-ag2-progtest

ctu ctu-fit

Last synced: 11 months ago
JSON representation

My solutions for the problems given in the Algorithms and Graphs subject at CTU FIT in 2022/2023.

Awesome Lists containing this project

README

          

# BI-AG2

These are my solutions for the problems given
in the Algorithms and Graphs 2 subject at CTU FIT in 2022/2023.
Both were the fastest solutions submitted in that semester.

## hw01
Problem of finding strongly connected components.

## hw02
Finding of the smallest cut in a flow network.
Implemented using Ford-fulkerson (in fact Edmonds-Karp) algorithm,
Dinitz and Push–relabel (Goldberg) algoritm.