Skip to content

Commit 0aaf95b

Browse files
authored
week 8
1 parent d072565 commit 0aaf95b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_posts/2023-07-17-week_8.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Week 8
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/07/17/week_8.html"
8+
---
9+
10+
I completed my eight weeks of the Google Summer of Code journey, and it's fun to start with the CPP implementation of the proposal.
11+
As planned, I have worked on adding the [CPP backend for selection sort](https://github.com/codezonediitj/pydatastructs/pull/542) using the Python-C API.
12+
Moreover, I also fixed one of the issues that was [failing the CI silently](https://github.com/codezonediitj/pydatastructs/issues/541) due to an
13+
incorrect path of the root directory.
14+
15+
In the coming week, I'll work on completing the CPP implementation of other quadratic time sorting algorithms.

0 commit comments

Comments
 (0)