Skip to content

Commit 5a6592e

Browse files
authored
week 6
1 parent 0a3ad8f commit 5a6592e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

_posts/2023-07-03-week_6.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Week 6
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/07/03/week_6.html"
8+
---
9+
10+
This is the time where I have almost completed the half of my Google Summer of Code journey and it has been a wonderful learning experience.
11+
12+
Last week, I completed the [test function](https://github.com/codezonediitj/pydatastructs/pull/535) PR which now merged.
13+
It was tested thoroughly by the mentors and as well as used it for testing the CI too. It was my first experience with the CI
14+
and it was great.
15+
16+
I also started working on the [Lazy Segment tree](https://github.com/codezonediitj/pydatastructs/pull/539) implementation which
17+
allows range updates in $O(logN)$. I will continuing working on this and test this robustly after it's completion.

0 commit comments

Comments
 (0)