Given a linked list, reverse the linked list itself, so that the nodes are linked in the opposite direction.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/11447782-kotlin-whiteboard/lessons/8
Given a linked list, reverse the linked list itself, so that the nodes are linked in the opposite direction.