what is node? in computer
Answers
Answered by
11
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:
here is your answer ☺️.
Answered by
44
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.
Similar questions