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

asked
User Jannej
by
8.5k 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).

answered
User Zsxwing
by
7.5k points