Skip to content

Commit 0453a2c

Browse files
authored
week 2
1 parent 1371d18 commit 0453a2c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_posts/2023-06-04-week_2.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Week 2
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/06/04/week_2.html"
8+
---
9+
10+
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:
17+
1. [Dinic's Algorithm](https://github.com/codezonediitj/pydatastructs/pull/534)
18+
2. [Test function](https://github.com/codezonediitj/pydatastructs/pull/535)
19+
20+
Next week, I plan to complete the test functions with some basic features and the remaining graph flow algorithms. I will also start discussing the
21+
API for Multiset.

0 commit comments

Comments
 (0)