What is a node?

A node is a basic unit of a data structure, such as a linked list or tree, that stores data and may also point to other nodes. Nodes are an essential part of many data structures, as they allow the data within them to be connected and manipulated in various ways.