Skip to content

Commit 42503f7

Browse files
authored
week 10
1 parent 1fa6e01 commit 42503f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_posts/2023-07-31-week_10.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

0 commit comments

Comments
 (0)