File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments