mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-15 13:35:08 +00:00
[PR #238] [MERGED] stack implementation by linkedlist #530
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/238
Author: @danghai
Created: 7/2/2019
Status: ✅ Merged
Merged: 7/3/2019
Merged by: @danghai
Base:
master← Head:stack📝 Commits (3)
2e58bc2stack implementation by linkedlist5160b2fAdd .gitignore fileab3173fFix indenting📊 Changes
6 files changed (+134 additions, -3 deletions)
View changed files
➕
.gitignore(+2 -0)📝
data_structures/stack/README.md(+4 -3)➕
data_structures/stack/stack_linkedlist/Makefile(+12 -0)➕
data_structures/stack/stack_linkedlist/main.c(+22 -0)➕
data_structures/stack/stack_linkedlist/stack.c(+79 -0)➕
data_structures/stack/stack_linkedlist/stack.h(+15 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.