mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #833] [CLOSED] feat: Code for Reversing a Linked list #1348
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/833
Author: @akash-janapati
Created: 5/20/2021
Status: ❌ Closed
Base:
master← Head:Reverse_SLL📝 Commits (8)
ff1ca5bAdded code for Reversing SLL50371bcAdded code to reverse a Linked listbd68b21Added code for reversing a SLL782a074Update reverse_linked_list.c- Commited suggestion1d99456Updated based on suggestion76f239fUpdate reverse_linked_list.c6b3abd6Update reverse_linked_list.cbcb06e7Update reverse_linked_list.c📊 Changes
1 file changed (+180 additions, -0 deletions)
View changed files
➕
data_structures/linked_list/reverse_linked_list.c(+180 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.