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

Update stack.cpp #591

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

Kushagra9399
Copy link

Here is the updated code for stack.py in c++ implementation. I have checked the array.py and array.cpp and then imported the required modules/ libraries.

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

Fixes #511 .
Please check it once I have tried my best this is the code written in c++ as array.cpp was written. If the issue persist please tell me I will recheck it and correct that.
I am Kushagra Prajapat, participating in GSOC 2025, and I am willing to work in this project as this project is best suited according to my skills.
Thank You

Here is the updated code for stack.py in c++ implementation. I have checked the array.py and array.cpp and then imported the required modules/ libraries.
I have updated this file by add implementation using linkedlist and array.
Try solving errors in test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Porting stack.py to C++ backend
1 participant