In a simple, singly linked list, the root always points to the first node. To get to any other node in the list you have to follow the links from one node to the next.