Build your intuition. Fill in the missing part by typing it in.
In a linked list, each element is called a __. Each node consists of two parts: the data and a reference (also called a pointer) to the next node.
Write the missing line below.
In a linked list, each element is called a __. Each node consists of two parts: the data and a reference (also called a pointer) to the next node.
Write the missing line below.