mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-18 03:19:35 +00:00
[PR #832] [CLOSED] Reversing a Singly linked list #1342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/832
Author: @akash-janapati
Created: 5/19/2021
Status: ❌ Closed
Base:
master← Head:Reverse_SLL📝 Commits (2)
ff1ca5bAdded code for Reversing SLL50371bcAdded code to reverse a Linked list📊 Changes
1 file changed (+84 additions, -0 deletions)
View changed files
➕
data_structures/linked_list/reverse_linked_list.c(+84 -0)📄 Description
Description of Change
References
Checklist
Notes:
If we are given SLL then this program reverses its order. In the case of Doubly Linked lists, it is done by traversing from last, which is not Possible in SLL
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.