Computer Science, asked by Atharvachauhan00, 7 months ago

what is a node in computer

Answers

Answered by teamvolacnionsts
2

Answer:

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.

Answered by sharonthomas28
3

Answer:

Node (computer science) From Wikipedia, the free encyclopedia. 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.

Similar questions