[PR #292] [CLOSED] Create stackUsingLinkedList.c #604

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/292
Author: @mateuseap
Created: 10/1/2019
Status: Closed

Base: masterHead: patch-5


📝 Commits (2)

  • 882740c Create stackUsingLinkedList.c
  • b7f8262 Update stackUsingLinkedList.c

📊 Changes

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

View changed files

data_structures/linked_list/stackUsingLinkedList.c (+62 -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/292 **Author:** [@mateuseap](https://github.com/mateuseap) **Created:** 10/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-5` --- ### 📝 Commits (2) - [`882740c`](https://github.com/TheAlgorithms/C/commit/882740ce7ce0c4f25e6e469edb75a3307fd25bc5) Create stackUsingLinkedList.c - [`b7f8262`](https://github.com/TheAlgorithms/C/commit/b7f8262d5301ba42ac9ee52fd702e549bb40099b) Update stackUsingLinkedList.c ### 📊 Changes **1 file changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/stackUsingLinkedList.c` (+62 -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:14:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#604