Skip to content

Lastaapps/ctu-ag2-progtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages