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
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