Skip to content

Commit 66a991f

Browse files
authored
week 3
1 parent 0453a2c commit 66a991f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_posts/2023-06-12-week_3.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Week 3
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/06/12/week_3.html"
8+
---
9+
10+
11+
The journey becomes more exciting while moving the third week of Google Summer of Code.
12+
I mostly focused on completing the [test function PR](https://github.com/codezonediitj/pydatastructs/pull/535) with some
13+
additional small features like running tests for a specific submodule, etc.
14+
I am near to its completion it requires some small fixes on the CI as the CI doesn't correctly report the failure in case of failing tests.
15+
16+
Moreover, I started discussing the implementation of [Multiset](https://github.com/codezonediitj/pydatastructs/issues/390).
17+
Following the discussions, we can use the currently available data structures to implement them with some minor additions.
18+
As a result, I focused on implementing the [lower bound and upper bound](https://github.com/codezonediitj/pydatastructs/pull/537) in Binary Search Tree.
19+
I also fixed some [Github actions warnings](https://github.com/codezonediitj/pydatastructs/pull/536).
20+
21+
As a plan for next week, I will focus on completing the Multiset implementation.

0 commit comments

Comments
 (0)