[PR #107] [MERGED] simple modular and generic stack #332

Open
opened 2026-01-29 15:11:45 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/107
Author: @christianbender
Created: 12/8/2017
Status: Merged
Merged: 12/23/2017
Merged by: @christianbender

Base: masterHead: master


📝 Commits (1)

  • 5ebfcf4 simple modular and generic stack

📊 Changes

4 files changed (+258 additions, -0 deletions)

View changed files

Data Structures/stack/README.md (+39 -0)
Data Structures/stack/main.c (+40 -0)
Data Structures/stack/stack.c (+136 -0)
Data Structures/stack/stack.h (+43 -0)

📄 Description

See the README.md


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/107 **Author:** [@christianbender](https://github.com/christianbender) **Created:** 12/8/2017 **Status:** ✅ Merged **Merged:** 12/23/2017 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5ebfcf4`](https://github.com/TheAlgorithms/C/commit/5ebfcf4148f6bf73e5e60f0b16cbd758482b9c7e) simple modular and generic stack ### 📊 Changes **4 files changed** (+258 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Data Structures/stack/README.md` (+39 -0) ➕ `Data Structures/stack/main.c` (+40 -0) ➕ `Data Structures/stack/stack.c` (+136 -0) ➕ `Data Structures/stack/stack.h` (+43 -0) </details> ### 📄 Description See the README.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:11:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#332