The image below shows how a Linked List is stored in memory.
Each byte in this memory has its own memory address.
How many bytes are required to store just 1 node in this Linked List?
1 Linked List node requires @(1) bytes
of memory to be stored on this computer.
1 Linked List node requires 4 bytes
of memory to be stored on this computer.