Skip to content

Commit 1371d18

Browse files
committed
week 1
1 parent c318d2b commit 1371d18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_posts/2023-05-28-week_1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Week 1
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/05/28/week_1.html"
8+
---
9+
10+
In the initial week of my contributing period, I dedicated my efforts to gaining a thorough understanding of the codebase, which allowed me to grasp the underlying structure and functionality of the project. As a result, I successfully implemented the Edmond Karp Algorithm, a crucial algorithm for finding maximum flow in a network. The [pull request](https://github.com/codezonediitj/pydatastructs/pull/530) has been merged.
11+
12+
Moving forward, my focus for the following week will be completing the Ford Fulkerson algorithm and exploring additional graph algorithms aligning with the project requirements.

0 commit comments

Comments
 (0)