Modify GUI for better readability, clean up
This commit is contained in:
4
src/algorithms/mod.rs
Normal file
4
src/algorithms/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod edmonds_karp;
|
||||
mod ford_fulkerson;
|
||||
|
||||
pub use ford_fulkerson::ford_fulkerson;
|
||||
Reference in New Issue
Block a user