[FEATURE] Add reverse() function to doubly_linked_list.c #110

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

Originally created by @ybrenning on GitHub (Jan 17, 2022).

Detailed description

Add a simple function reverse() to reverse a given doubly linked list.

Context

It is a very common algorithm for linked lists and is quite easy to implement for doubly linked lists especially.

Possible implementation

No response

Additional information

No response

Originally created by @ybrenning on GitHub (Jan 17, 2022). ### Detailed description Add a simple function `reverse()` to reverse a given doubly linked list. ### Context It is a very common algorithm for linked lists and is quite easy to implement for doubly linked lists especially. ### Possible implementation _No response_ ### Additional information _No response_
claunia added the Staleenhancement labels 2026-01-29 15:03:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#110