[PR #113] [MERGED] fulls source code for insertion and deletion in singly linked list #340

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/113
Author: @Rupeshiya
Created: 1/27/2018
Status: Merged
Merged: 2/2/2018
Merged by: @christianbender

Base: masterHead: master


📝 Commits (2)

  • ebc7892 fulls source code for insertion and deletion in singly linked list
  • ebd9398 decimal to binary without function use

📊 Changes

2 files changed (+98 additions, -80 deletions)

View changed files

📝 Conversions/decimal _to_binary.c (+22 -35)
📝 Data Structures/linked_list/singly_link_list_deletion.c (+76 -45)

📄 Description

fulls source code for insertion and deletion in singly linked list in c


🔄 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/113 **Author:** [@Rupeshiya](https://github.com/Rupeshiya) **Created:** 1/27/2018 **Status:** ✅ Merged **Merged:** 2/2/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ebc7892`](https://github.com/TheAlgorithms/C/commit/ebc7892f01172d7a0b8ac418deaf7bec651ea161) fulls source code for insertion and deletion in singly linked list - [`ebd9398`](https://github.com/TheAlgorithms/C/commit/ebd939864eb1b10011c473d409a5df5e120c41c1) decimal to binary without function use ### 📊 Changes **2 files changed** (+98 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `Conversions/decimal _to_binary.c` (+22 -35) 📝 `Data Structures/linked_list/singly_link_list_deletion.c` (+76 -45) </details> ### 📄 Description fulls source code for insertion and deletion in singly linked list in c --- <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:11:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#340