mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #720] [CLOSED] feat: Create Queue Implementation using Linked List #1216
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/720
Author: @saumyasingh048
Created: 10/25/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
d9b0168Create Queue Implementation using Linked List94d5199Queue implementation using Linked List85aaeadQueue Linked List📊 Changes
2 files changed (+267 additions, -0 deletions)
View changed files
➕
data_structures/linked_list/Queue Implementation using Linked List(+134 -0)➕
data_structures/linked_list/QueueLinkedList.c(+133 -0)📄 Description
Description of Change
I have provided algorithm for implementation of queue using Linked List.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.