Skip to content

Commit d072565

Browse files
authored
week 7
1 parent 5a6592e commit d072565

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_posts/2023-07-09-week_7.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Week 7
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/07/09/week_7.html"
8+
---
9+
10+
I have completed my half of Google Summer of code journey, and as per the plan, most of the python-related work from my proposal is covered.
11+
In the last week, I started working on implemening CPP backend of the functionsm under the `linear_data_structures` sub-module using Python-C api.
12+
13+
As a start, I started working on the [bubble Sort CPP backend](https://github.com/codezonediitj/pydatastructs/pull/540). The PR is almost ready to be merged
14+
and following this PR, I will start working on other such implementations in the next week.

0 commit comments

Comments
 (0)