[PR #424] [CLOSED] Reversing of a single linked list #803

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/424
Author: @SandeepanMahapatra
Created: 10/17/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

data_structures/linked_list/Reversing a single linked list.c (+70 -0)

📄 Description

This is a code to reverse a single 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/424 **Author:** [@SandeepanMahapatra](https://github.com/SandeepanMahapatra) **Created:** 10/17/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2941161`](https://github.com/TheAlgorithms/C/commit/294116142bac81dd043da81ec7502e46eec2c329) Add files via upload ### 📊 Changes **1 file changed** (+70 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/Reversing a single linked list.c` (+70 -0) </details> ### 📄 Description This is a code to reverse a single 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:15:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#803