In a doubly linked list, each node contains a reference to the ___________ and ___________ nodes.

  • First, Last
  • Last, First
  • Next, Previous
  • Previous, Next
In a doubly linked list, each node contains references to the next node and the previous node. This is because each node has two pointers, one pointing to the next node and one to the previous node.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *