[PR #175] [MERGED] Create Double Ended Queue.C #426

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/175
Author: @KashyapNasit
Created: 10/9/2018
Status: Merged
Merged: 10/9/2019
Merged by: @ashwek

Base: masterHead: patch-2


📝 Commits (2)

  • 334e223 Create Double Ended Queue.C
  • fd4c66b Rename Double Ended Queue.C to data_structures/queue/double_ended_queue.C

📊 Changes

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

View changed files

data_structures/queue/double_ended_queue.C (+116 -0)

📄 Description

No description provided


🔄 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/175 **Author:** [@KashyapNasit](https://github.com/KashyapNasit) **Created:** 10/9/2018 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`334e223`](https://github.com/TheAlgorithms/C/commit/334e22371c1cb151b02818d543b40fbe3b384616) Create Double Ended Queue.C - [`fd4c66b`](https://github.com/TheAlgorithms/C/commit/fd4c66b6b3da524de86e76864c7dd96088f981cb) Rename Double Ended Queue.C to data_structures/queue/double_ended_queue.C ### 📊 Changes **1 file changed** (+116 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/queue/double_ended_queue.C` (+116 -0) </details> ### 📄 Description _No description provided_ --- <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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#426