Skip to content

Commit a99f816

Browse files
authored
week 4
1 parent 66a991f commit a99f816

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_posts/2023-06-19_week_4.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Week 4
3+
layout: post
4+
description: null
5+
image: null
6+
gsoc_blog: true
7+
suburl: "2023/06/19/week_4.html"
8+
---
9+
10+
11+
In the fourth week of Google Summer of Code, I worked on [implementing Multiset](https://github.com/codezonediitj/pydatastructs/issues/390).
12+
As discussed in [this issue](https://github.com/codezonediitj/pydatastructs/issues/390),
13+
I used the existing available Data Structures to implement Multisets. Moreover, the idea was to keep the APIs similar to that of CPP's STL.
14+
Additionally, I successfully implemented upper and lower bounds in the Binary Search Tree. This was directly used in Multiset to
15+
provide this feature in $O(logn)$ time.
16+
17+
I also debuged the [test function PR](https://github.com/codezonediitj/pydatastructs/pull/535)
18+
failures with my mentors as well as discussed some nice ideas to be added in the API.
19+
In the upcoming week, I will focus on resolving the CI issues and improving the test function PR.

0 commit comments

Comments
 (0)