WHAT IS NODE?
Computer Science
Answers
Answered by
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
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