In a ____, each element points to the next one, forming a sequence.

  • Array
  • Heap
  • Linked List
  • Stack
In a "Linked List," each element (node) contains data and a reference (or pointer) to the next node, forming a sequence. Linked lists are versatile data structures used in various applications, including dynamic data storage.
Add your answer
Loading...

Leave a comment

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