a forked list is kind of a linked list that there exists a node (at least) that has two \'next\'s, next1 and next2. i.e., each node is made up of 3 attributes - value, next1