mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-18 06:05:09 +00:00
[PR #1353] [CLOSED] Added a queue using user inputs #1952
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/1353
Author: @Surani02
Created: 10/16/2023
Status: ❌ Closed
Base:
master← Head:new-branch📝 Commits (2)
e5eb829Added a queue using user inputs9ec1842Added a queue using user inputs📊 Changes
1 file changed (+201 additions, -0 deletions)
View changed files
➕
data_structures/queue/queue_using_user_inputs.c(+201 -0)📄 Description
Description of Change
I added a new C file about making a queue using user inputs to folder queue under data_structure.
References
Checklist
Notes:
The file I added is about making a queue using user inputs with arrays and it have different queue operations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.