[PR #324] [CLOSED] added insert right insert left delete right and delete left functions #649

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/324
Author: @harshvora7
Created: 10/3/2019
Status: Closed

Base: masterHead: second_contribution


📝 Commits (1)

  • 30b87a2 added insert right insert left delete right and delete left functions

📊 Changes

1 file changed (+97 additions, -58 deletions)

View changed files

📝 data_structures/linked_list/singly_link_list_deletion.c (+97 -58)

📄 Description

added insert right, insert left, delete right, delete left functions. list has dynamic memory allocation. queues, double ended queues, and stacks can be implemented in the same program.


🔄 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/324 **Author:** [@harshvora7](https://github.com/harshvora7) **Created:** 10/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `second_contribution` --- ### 📝 Commits (1) - [`30b87a2`](https://github.com/TheAlgorithms/C/commit/30b87a2cbfd738fe272a070592a33efcfb6617f2) added insert right insert left delete right and delete left functions ### 📊 Changes **1 file changed** (+97 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/linked_list/singly_link_list_deletion.c` (+97 -58) </details> ### 📄 Description added insert right, insert left, delete right, delete left functions. list has dynamic memory allocation. queues, double ended queues, and stacks can be implemented in the same program. --- <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:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#649