codezonediitj / pydatastructs

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

Implementing C++ backend for `pydatastructs.arrays` #434

Open czgdp1807 opened 2 years ago

czgdp1807 commented 2 years ago

Description of the problem

Since these data structures are the mostly used by other APIs in pydatastructs, it makes sense to start implementing backend support for this module. Starting with Cython would be the easiest thing to do.

Example of the problem

References/Other comments

[1] https://www.hardikp.com/2017/12/30/python-cpp/#example-module-with-classes

pratikgl commented 2 years ago

Can I work on it?

czgdp1807 commented 2 years ago

Sure. Go ahead.

czgdp1807 commented 2 years ago

https://github.com/codezonediitj/pydatastructs/pull/450 is merged, so we have a pattern to build upon. Things should be easier now.

PatilHarshh commented 1 year ago

Hello , I'm harsh. I want to work on this issue under Gssoc'23. I am really eager to work on open source projects and contribute to this community.I've taken a look at the codebase and I believe I can make some valuable improvements. I'll start working on it right away.

Skills HTML5, CSS3, JS, Bootstrap | node js mongodb | Php, mysql | MERN | Responsive Design

Can you please assign this issue to me. @czgdp1807

Selwan7131 commented 1 year ago

Can I still work on this issue under GSSoC'23