File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Week 10
3
+ layout : post
4
+ description : null
5
+ image : null
6
+ gsoc_blog : true
7
+ suburl : " 2023/07/31/week_10.html"
8
+ ---
9
+
10
+ Last week, I focused mainly on continuing with the implementation of the CPP backend for the algorithms under the linear data structures submodule.
11
+ The [ open PR] ( https://github.com/codezonediitj/pydatastructs/pull/543 ) for the same is near to the completion and will be ready to merge after some
12
+ minor fixes as suggested by my mentors. I also discussed the issue with the current and new design implementation on the Lazy Segment Trees
13
+ which I was working on in [ this PR] ( https://github.com/codezonediitj/pydatastructs/pull/539 ) . I will try to fix the issue using ` __setitem__ ` to avoid
14
+ creating confusion in updating and replacing a single element.
You can’t perform that action at this time.
0 commit comments