Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting stack.py to C++ backend #511

Open
czgdp1807 opened this issue Jul 29, 2022 · 3 comments
Open

Porting stack.py to C++ backend #511

czgdp1807 opened this issue Jul 29, 2022 · 3 comments

Comments

@czgdp1807
Copy link
Member

czgdp1807 commented Jul 29, 2022

Description of the problem

We need to port stack.py code in Python to C++ code. We did this for arrays before,

  1. Python code for arrays - https://github.com/codezonediitj/pydatastructs/blob/master/pydatastructs/linear_data_structures/arrays.py
  2. C++ code - https://github.com/codezonediitj/pydatastructs/tree/master/pydatastructs/linear_data_structures/_backend/cpp/arrays

You can follow a similar pattern for stacks. Feel free to ask any queries.

Example of the problem

References/Other comments

@nubol23
Copy link
Contributor

nubol23 commented Jul 29, 2022

I want to work on this Issue

@czgdp1807
Copy link
Member Author

Sure. @nubol23. Feel free to go ahead and start working on it. :-)

@PoulasthaMukherjee
Copy link

@czgdp1807 May I work on this as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants