In a ____, each node contains a reference to the next node in the sequence.

  • Array
  • Linked List
  • Queue
  • Stack
A Linked List is a data structure in which each node contains a reference to the next node. This makes it a suitable choice for dynamic data structures where elements can be easily added or removed at any position.
Add your answer
Loading...

Leave a comment

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