node_computer_science

Node (computer science)

Return to Node or Programming terms

Snippet from Wikipedia: Node (computer science)

A node is a basic unit of a data structure, such as a linked list or tree data structure. Nodes contain data and also may link to other nodes. Links between nodes are often implemented by pointers.

node_computer_science.txt · Last modified: 2024/04/28 03:20 (external edit)