What is a node in D…
 
Notifications
Clear all

What is a node in Data Structure ?

1 Posts
2 Users
0 Likes
176 Views
0
Topic starter

What is a node in Data Structure ?

1 Answer
0

Node: An individual part of a larger data structureNodes are a basic data structure which contain data and one or more links to other nodes. Nodes can be used to represent a tree structure or a linked list. In such structures where nodes are used, it is possible to traverse from one node to another node.

Share: