codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
202 stars 270 forks source link

Add Weak Heap #292

Open prshnt19 opened 4 years ago

prshnt19 commented 4 years ago

Description of the problem

Example of the problem

References/Other comments

[1] https://en.wikipedia.org/wiki/Weak_heap

meghanacosmos commented 4 years ago

I’d like to try this out, could you assign this issue to me? @prshnt19

prshnt19 commented 4 years ago

The issues are not assigned to anyone. You can come up with the API and start working on it.

meghanacosmos commented 4 years ago

okay, thanks!

subhangi2731 commented 3 years ago

can you assign me this @prshnt19

khushibalyan220101 commented 3 years ago

I would like to contribute to this issue

czgdp1807 commented 3 years ago

Sure. Though please go through the README before starting to work. There are some steps which should be followed for getting your PR merged without much hassle.