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
It is really exiciting to move forward with the Google Summer of Code. During the second week of my contributing period,
11
+
I made significant progress by adding Dinic's algorithm to the library. This algorithm is known for its efficiency in finding maximum flow in a network.
12
+
Additionally, I am working on adding a test function that allows users to run all the tests present in the library. It will also support
13
+
some additional features like running the parallel tests, testing a submodule, etc. from using the library API directly. This allows to ensure
14
+
the smooth installation and functionality of the PyDatastructs library, which is an essential component of the project.
15
+
16
+
I worked on the following pull requests during the last week:
0 commit comments