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