[PR #182] [CLOSED] update stack.c #441

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/182
Author: @Chethangc
Created: 10/15/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+39 additions, -27 deletions)

View changed files

📝 data_structures/queue.c (+19 -3)
📝 data_structures/stack.c (+20 -24)

📄 Description

Improved code made is more user friendly.Dynamic input /output.


🔄 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/182 **Author:** [@Chethangc](https://github.com/Chethangc) **Created:** 10/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`11491c2`](https://github.com/TheAlgorithms/C/commit/11491c20c35c69e078e2e66c5c4401f0fcb1ca68) update stack.c - [`5efe9ee`](https://github.com/TheAlgorithms/C/commit/5efe9ee6890b86ccc3d146f3bce0cd9237ba8e86) update queue.c ### 📊 Changes **2 files changed** (+39 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/queue.c` (+19 -3) 📝 `data_structures/stack.c` (+20 -24) </details> ### 📄 Description Improved code made is more user friendly.Dynamic input /output. --- <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:12:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#441