[PR #93] [CLOSED] To reverse a singly linked list. #319

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/93
Author: @kaushal10
Created: 10/30/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • f3de5ca Add files via upload
  • 273eb7d Merge pull request #1 from kaushal10/kaushal10-patch-1

📊 Changes

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

View changed files

Data Structures/linked_list/reverse.c (+66 -0)

📄 Description

No description provided


🔄 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/93 **Author:** [@kaushal10](https://github.com/kaushal10) **Created:** 10/30/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f3de5ca`](https://github.com/TheAlgorithms/C/commit/f3de5ca1b25b8c44d3a57fd9ad775d24605f5660) Add files via upload - [`273eb7d`](https://github.com/TheAlgorithms/C/commit/273eb7d990e902ccd7c80b8438b4b8147e9a24a4) Merge pull request #1 from kaushal10/kaushal10-patch-1 ### 📊 Changes **1 file changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Data Structures/linked_list/reverse.c` (+66 -0) </details> ### 📄 Description _No description provided_ --- <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:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#319