[PR #196] [CLOSED] Queues using stack in c #469

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/196
Author: @Pratiyush27
Created: 10/27/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+89 additions, -0 deletions)

View changed files

data_structures/queue_using_stack.c (+89 -0)

📄 Description

Implemented Queues using stack in c


🔄 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/196 **Author:** [@Pratiyush27](https://github.com/Pratiyush27) **Created:** 10/27/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d94b34f`](https://github.com/TheAlgorithms/C/commit/d94b34f45228eaad87cb1e4c1eaa19a5319a4088) Queues using stack in c ### 📊 Changes **1 file changed** (+89 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/queue_using_stack.c` (+89 -0) </details> ### 📄 Description Implemented Queues using stack in c --- <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:13:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#469