node
RU: узел
A single unit in a linked list. Contains a value and a pointer to the next node. The first node is called the head.
RU: узел
A single unit in a linked list. Contains a value and a pointer to the next node. The first node is called the head.