| Node (computer Science) |
Article Index for Node |
Shopping Node |
Information AboutNode (computer Science) |
|
A node can be thought of as a logical placeholder for some data. It is a memory block which contains some data unit, and optionally a reference to some other data, which may be another node that contains some other data. By linking one node with other interlinked nodes, very large and complex data structures can be formed. Nodes are similar to Vertices , which are elements of a Graph . |
|
|