mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1261] [MERGED] Create dynamic_stack.c #1858
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1261
Author: @SahilK-027
Created: 5/22/2023
Status: ✅ Merged
Merged: 6/8/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (8)
b65599fCreate dynamic_stack.ceb7aa5eUpdate dynamic_stack.c99a077aUpdate dynamic_stack.cc364d54Merge branch 'TheAlgorithms:master' into master4bfbcd2Update dynamic_stack.c3dec81aUpdate: Used Int type that are OS-independent627fb14Merge branch 'master' into master9d1db71Merge branch 'master' into master📊 Changes
1 file changed (+250 additions, -0 deletions)
View changed files
➕
data_structures/stack/dynamic_stack.c(+250 -0)📄 Description
In this implementation, functions such as PUSH, POP, PEEK, show_capacity, isempty, and stack_size are coded to implement dynamic stack.
Checklist
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.