[PR #38] [MERGED] Singly Linked list deletion #250

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/38
Author: @prakamya-mishra
Created: 9/28/2017
Status: Merged
Merged: 9/28/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (1)

  • 4b8c3d1 Singly Linked list deletion

📊 Changes

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

View changed files

data_structures/linked_list/singly_link_list_deletion.c (+67 -0)

📄 Description

#37
I have Added A new folder for Linked list with a complete working C program to demonstrate deletion in singly linked list.


🔄 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/38 **Author:** [@prakamya-mishra](https://github.com/prakamya-mishra) **Created:** 9/28/2017 **Status:** ✅ Merged **Merged:** 9/28/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4b8c3d1`](https://github.com/TheAlgorithms/C/commit/4b8c3d10a06d58b9e4a289f83b502abb681f06ce) Singly Linked list deletion ### 📊 Changes **1 file changed** (+67 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/singly_link_list_deletion.c` (+67 -0) </details> ### 📄 Description #37 I have Added A new folder for Linked list with a complete working C program to demonstrate deletion in singly linked list. --- <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:10: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#250