in linked list each node contain minimum of two fields.one field is data field to store tje data second field is?
Answers
Answered by
0
Answer:
Each node contains three fields: two link fields (references to the previous and to the next node in the sequence of nodes) and one data field.
Explanation:
Answered by
0
Explanation: In Linked list each node has its own data and the address of next node. These nodes are linked by using pointers. Node list is an object that consists of a list of all nodes in a document with in a particular selected set of nodes.
Explanation:
mark me as BRAINLIST
Similar questions