[PR #659] [CLOSED] Added a Program to perform operations on a linked list #1124

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/659
Author: @Abh1shekJha
Created: 10/15/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 35cd339 Added a Program to perform operations on a linked list

📊 Changes

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

View changed files

data_structures/linked_list/OperationsOnLinkedList.c (+111 -0)

📄 Description

The code asks users their choice which option to perform like and give desired output on a linked list using DMA.


🔄 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/659 **Author:** [@Abh1shekJha](https://github.com/Abh1shekJha) **Created:** 10/15/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`35cd339`](https://github.com/TheAlgorithms/C/commit/35cd3398083c03b82113e7c4e59a3dc11c182abd) Added a Program to perform operations on a linked list ### 📊 Changes **1 file changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/OperationsOnLinkedList.c` (+111 -0) </details> ### 📄 Description The code asks users their choice which option to perform like and give desired output on a linked list using DMA. <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/659"><img src="https://gitpod.io/api/apps/github/pbs/github.com/Abh1shekJha/C.git/35cd3398083c03b82113e7c4e59a3dc11c182abd.svg" /></a> --- <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:17:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1124