Computer Science, asked by sahilpannu459, 2 months ago

WHAT IS NODE?
Computer Science ​

Answers

Answered by sensanchita62
1

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.

Hope it helps.

Please follow.

Please thanks

Answered by Mbappe007
0

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.

Explanation:

Similar questions