[PR #241] [MERGED] Add implementation list #537

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/241
Author: @danghai
Created: 7/7/2019
Status: Merged
Merged: 7/9/2019
Merged by: @danghai

Base: masterHead: list


📝 Commits (1)

📊 Changes

4 files changed (+144 additions, -0 deletions)

View changed files

data_structures/list/Makefile (+12 -0)
data_structures/list/list.c (+73 -0)
data_structures/list/list.h (+23 -0)
data_structures/list/main.c (+36 -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/241 **Author:** [@danghai](https://github.com/danghai) **Created:** 7/7/2019 **Status:** ✅ Merged **Merged:** 7/9/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `list` --- ### 📝 Commits (1) - [`e4d0fc9`](https://github.com/TheAlgorithms/C/commit/e4d0fc93f64618080bccad8adfbc0a1e4893af3e) Add implementation list ### 📊 Changes **4 files changed** (+144 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/list/Makefile` (+12 -0) ➕ `data_structures/list/list.c` (+73 -0) ➕ `data_structures/list/list.h` (+23 -0) ➕ `data_structures/list/main.c` (+36 -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:13:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#537