[Home]Node

HomePage | Recent Changes | Preferences

Difference (from prior major revision) (no other diffs)

Changed: 1c1
A node is a basic unit used to build data structures, such as linked lists and trees. Nodes contain data and/or links to other nodes. Links between nodes are often implemented by pointers or reference?s.
A node is a basic unit used to build data structures, such as linked lists and tree data structures. Nodes contain data and/or links to other nodes. Links between nodes are often implemented by pointers or reference?s.

A node is a basic unit used to build data structures, such as linked lists and tree data structures. Nodes contain data and/or links to other nodes. Links between nodes are often implemented by pointers or reference?s.

Nodes are often refered to as vertices when dealing with graphs.

See root node, leaf node, parent node, child node


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions
Last edited November 27, 2001 12:30 am by Fbaggins (diff)
Search: