Modify GUI for better readability, clean up

This commit is contained in:
2025-03-20 15:29:19 +01:00
parent 5d81549ac0
commit fdcb646bd2
7 changed files with 428 additions and 72 deletions

4
src/algorithms/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
mod edmonds_karp;
mod ford_fulkerson;
pub use ford_fulkerson::ford_fulkerson;