Open robotjellyzone opened 4 years ago
I would like to work on this issue.
Hi @poojasrinivass Feel free to start work on this issue. Please see our issue policy to get to know how to work on issues. As you will be adding a new data structure, please go through https://github.com/codezonediitj/pydatastructs/wiki/Plan-of-Action-for-the-Projects for the steps.
@czgdp1807 I would like to participate in gsoc2020 but I can't find the organization's name in the gsoc organizations list.
is this repository part of gsoc 2020.
If yes then I will soon submit My API design for this.
@faizan2700 Are you talking about Google Summer of Code, 2020 or GirlsScript Summer of Code, 2020?
@czgdp1807 google summer of code 2020
We are not participating in GSoC, 2020 as the organization isn't mature enough. Though we are participating in RGSoC, 2020, the applications for which are open till 30th March, 23:00 UTCA.
@czgdp1807 well RGSOC is for girls. I still want to contribute in this repository ( without any gsoc or rgsoc programme) this repository seems really interesting.
Sure, you can contribute to this repository. For this issue, some use cases are needed to check if B+ trees are feasible for implementation in Python.
hi i am from girlscript sumer of code 2020 and i wnat to work on this issue. @robotjellyzone
Hi @Amitsharma45 yes, you can work on this issue but please discuss the API/your solution first here and send the PR according to PR policy.
@czgdp1807 Is anybody still working on this?
Hi @Disha5harma since there is no reply from @Amitsharma45 so, you can begin to work on this issue. Before that, don't forget to share you API or solution here and also, follow all the PR rules before making a PR
@robotjellyzone Okay.Thanks.
My API design is as follows:
leaf_node:
This class is to perform operations on leaf nodes
attributes:
methods:
node:
for parent nodes or internal nodes almost same functions as for above
attributes:
methods
class
b_plus_tree:
for performing operations on whole tree using above functions and classes
attributes:
Kindly if this API is suitable for this PR
It looks good to me, you can simultaneously propose the PR @Disha5harma , if you are still working on this
hi @Disha5harma are you still working on it ! any update ?
hello, I am a GSSoC'21 participant can I work on this issue.
Description of the problem
Example of the problem
References/Other comments
[1] https://en.wikipedia.org/wiki/B%2B_tree