pydatastructs icon indicating copy to clipboard operation
pydatastructs copied to clipboard

Porting `stack.py` to C++ backend

Open czgdp1807 opened this issue 3 years ago • 7 comments

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

czgdp1807 avatar Jul 29 '22 14:07 czgdp1807

I want to work on this Issue

nubol23 avatar Jul 29 '22 14:07 nubol23

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

czgdp1807 avatar Jul 29 '22 14:07 czgdp1807

@czgdp1807 May I work on this as well?

PoulasthaMukherjee avatar May 20 '23 14:05 PoulasthaMukherjee