[PR #143] [MERGED] Added LinkedList reverse #373

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/143
Author: @shauryauppal
Created: 10/1/2018
Status: Merged
Merged: 10/9/2019
Merged by: @ashwek

Base: masterHead: added/linklistreverse


📝 Commits (2)

  • 810bca6 Added LinkedList reverse
  • 792b744 Update and rename Data Structures/linked_list/reverse_linklist.c to data_structures/linked_list/reverse_linklist.c

📊 Changes

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

View changed files

data_structures/linked_list/reverse_linklist.c (+71 -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/143 **Author:** [@shauryauppal](https://github.com/shauryauppal) **Created:** 10/1/2018 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `added/linklistreverse` --- ### 📝 Commits (2) - [`810bca6`](https://github.com/TheAlgorithms/C/commit/810bca608a00ce67bbde25a3832e9ab14c595017) Added LinkedList reverse - [`792b744`](https://github.com/TheAlgorithms/C/commit/792b744f8a05d44e6d7b0ec4a574970b1c54696d) Update and rename Data Structures/linked_list/reverse_linklist.c to data_structures/linked_list/reverse_linklist.c ### 📊 Changes **1 file changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/linked_list/reverse_linklist.c` (+71 -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:12:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#373