202k views
5 votes
The node of a doubly linked list contains _____.

User Jannej
by
6.1k points

1 Answer

2 votes

Answer:

Hi!

The correct answer is one data field and two links fields.

Explanation:

The node of a doubly-linked list contains one data field, and two links fields that references to the next node on the list and another one link field that references to the previous node in the sequence of nodes).

User Zsxwing
by
5.6k points