Nodes (computer science)
From Wikipedia, the free encyclopedia
A node is an abstract basic unit used to build linked data structures such as trees, linked lists, and computer-based representations of graphs. Each node contains some data and possibly links to other nodes.
A node can be thought of as a logical placeholder for some data. By forming chains of interlinked nodes, very large and complex data structures can be formed.