8000 Create dynamic_stack.c by SahilK-027 · Pull Request #1261 · TheAlgorithms/C · GitHub
[go: up one dir, main page]

Skip to content

Create dynamic_stack.c #1261

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

Merged
merged 8 commits into from
Jun 8, 2023
Merged

Create dynamic_stack.c #1261

merged 8 commits into from
Jun 8, 2023

Conversation

SahilK-027
Copy link
Contributor

In this implementation, functions such as PUSH, POP, PEEK, show_capacity, isempty, and stack_size are coded to implement dynamic stack.

Checklist

  • Added description of the change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments are added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: I've checked the directory for stack where I didn't find code for implementing a dynamic stack. so, I implemented it and created a new file dynamic_stack.c

In this implementation, functions such as PUSH, POP, PEEK, show_capacity, isempty, and stack_size are coded to implement dynamic stack.
@Panquesito7 Panquesito7 added the enhancement New feature or request label May 22, 2023
Worked on Suggested Changes.
Worked on suggested changes.
Copy link
Member
@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🚀

@SahilK-027
Copy link
Contributor Author

Hey there!

@Panquesito7
Copy link
Member

I'll be merging these in the next few days. Feel free to ping me in case I forget about it. 🙂

@alexpantyukhin
Copy link
Member
alexpantyukhin commented Jun 6, 2023

Sorry, totally busy this spring. I will review this in 1-2 days.

@alexpantyukhin
Copy link
Member

It's a really cool thing!

@SahilK-027
Copy link
Contributor Author

Thanks!!!

@Panquesito7 Panquesito7 merged commit e278f5d into TheAlgorithms:master Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0