Topic: Linked List Problem / Level: beginner

Problem: Implement a function to reverse the data in a linked list, leaving the structure unchanged.

Run the code to see the output here...